A. Install latest Android SDK (ipa 30)
Open Android Studio
Go to the ( Configure > SDK Manager > Android Manager ) Then insatall last Android SDK (ipa 30)
B. Plugin Update Recommended
When you open the project for the first time, if the first window will appear to you (Plugin Update Recommended), click update
C. Open Gradle project in Android Studio
Open Android Studio
Go to the ( build > Edit build types > modules > singing Configs ) and set your information
D. Set up Package ID, App Name, icons, graphics and sounds
Open Android Studio Set the project mode to Adriod mode then put your Package ID in
For Change Package ID
Go to the (app\Manifest \AndroidManifest.xml ) and setup your Package ID
Go to the ( build.gradle module) and check it
Go to the ( app\java (generated)\com.your Package ID )\bulid.Config.java) and check it
Go to the ( app\java\com.your Package ID )\main.java) and check it
2-For Change Package App Name
Go to the ( app\res\values\strings.xml)
3-For Change icons, graphics
Go to the ( app\src\main\res\drawable )
4-For Change sounds
Go to the ( app\src\main\res\assets )
E. Set up Google Play Games Services
1-For Change Leaderboard ID
Go to the ( app\res\values\strings.xml)
2-For Change App ID
Go to the ( app\res\values\strings.xml)
F. Set up AdMob ID
1-For Change AdMob ID, AdMob Banner ID, AdMob Interstitial ID
Go to the ( app\res\values\strings.xml)