The docs on the app are very weak, so i had to looking file by file on the app to seee how to modified. For example my app package name are
"com.app.com" and the package name on the app is just
"com.easyplex" there is not
"com" or whatever so i create a new folder on java - com - easyplex (
where easyplex is my app´s name) - com (
"com" is the new folder) and i put all the java - com -easyplex folders on it.
Then when i renamed the easyplex folder by my app´s name i go to
AndroidManifest.xml select "
com.easyplex" and click
CTRL + SHIFT + R to rename the package name for mine and i click
Remplace All.
Last 2 thing i did was rename the line on
api.cpp
Java_com_easyplex_util_Constants_baseUrlFromJNI
for
Java_com_app_com_util_Constants_baseUrlFromJNI
Where
com_app_com Is your package name
And then i go to
www.base64encode.org put my domain
click
ENCODE copy the result whitout the "
=" just alphanumerics text and remplace the code from
std::string mUrl= (The 2 lines)
After that i was able to compile the apk but when i open the app it says the activadion code thing, i can navigate trough settings and all that but when i click on any movie i added the app closes