this project is a recent update of TyranoBuilder for Android
- Android Studio
- TyranoBuilder Studio
-
Clone the repo or project download
git clone https://github.com/lucianoGG/tyranobuilder-android
-
change app name
TyranoBuilderAppAndroid\app\src\main\res\values -> strings.xml
-
change pakagename
-
updated project with
- android 12 working
- access notification to save and read game saves according to android policy
- notification when leaving the game
- ads by Google admob
-
future updates project
- iOS
- Flutter
-
ads by Google admob - edit strings.xml file ( APPLICATION_ID_ADS and BannerAd and InterstitialAd )
TyranoBuilderAppAndroid\app\src\main\res\values -> strings.xml
Edit the AdsConfig.class file if necessary
TyranoBuilderAppAndroid\app\src\main\java\git\lucianogg\tyranobuilder -> AdsConfig.class
- isShowBannerAd (true/false) - show the banner at the top
- isShowInterstitialAd (true/false) - show Interstitial ads
- interstitialAdSeconds - here you configure how many seconds the interstitial ads appear on the screen, default is 40 seconds, if you want to put it in minutes, add the value * 60, for example 1 * 60 (one minute) and avoid putting little because it can be banned from the admob
buy a coffee on paypal
https://www.paypal.com/donate/?hosted_button_id=GUK2K67WAB42Q&source=qr
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- open the project in Android Studio
- run the project on your device or emulator
- test the game
- edit the game in TyranoBuilder Studio
- export the game to Android
- replace the game in the project
- run the project on your device or emulator
- test the game