- Status
- Untouched
This Thread had not been rated yet
Want to add your rebranded or reskinned app to Google Play? Yes, I think some people are right, this is a tool made for that purpose, through this you have a 90% chance to add the app to Google Play.
proof :
IPTVApps - Hillview - Apps on Google Play
Ffeatures
Code:
.APK to AAB Converting to is fast and easy
[LEFT].GUI and CLI interface
.Change Mini SDK
.Change Target SDK
.Chnage Version Code and Name
.Generate signed aab with your keystore file
.AAB to APK
Requirements
Code:
.Windows pc
[LEFT].Java JDK
.basic knowledge of Android
.keystore
apk file setup
Code:
.None of the xml , drawable , id in the apk file can have names with $ , & , @ signs, if so they should be resolved first through apktool
[LEFT].The android:exported="xxx" code should be added to the activity / service / receiver in AndroidManifest.xml [This is made mandatory by Google Play for newly added apps]
.The package name must be a package name that is not currently on Google Play
.The keystore file must be created by you, Google play does not allow debug keystore files
.Only if android:debuggable="true" is mentioned in the AndroidManifest.xml file it should be removed
This Thread had not been rated yet