DOCUMENTATION





Introduction

Application Name : Monster Truck Machine Gun
Created: 25/08/2018
By: Xdorf88
Email: tiddas974@gmail.com
Category :  Shooting game / Racing

Graphics: All graphic to be changed are stored in android\app\src\main\assets\data\atlases

Ad Network:
• AdMob Banner
• AdMob Interstitial

• Other (Revmob, Charboost...)

Table of Contents

How to import project in Android Studio? - top

  1. Open Android Studio, and from menu select open an existing android studio project.
  2. Browse to the Root Directory of the project (make sure you select Android folder).
  3. Allow a minute to let Android Studio import the project


How to change the package name? - top

You can change it easily from Android Studio. Here are the steps:

    You can use this tutorial to rename package name : http://stackoverflow.com/questions/16804093/android-studio-rename-package

  1. In your Project pane, click on the little gear icon ( Gears icon )Uncheck / De-select the Compact Empty Middle Packages option
  2. Your package directory will now be broken up in individual directories Individually select each directory you want to rename, and:
  3. Right-click it
  4. Select Refactor
  5. Click on Rename
  6. In the Pop-up dialog, click on Rename Package instead of Rename Directory
  7. Enter the new name and hit Refactor
  8. Click Do Refactor in the bottom
  9. Allow a minute to let Android Studio update all changes
  10. Note: When renaming com in Android Studio, it might give a warning. In such case, select Rename All
  11. Now open your Gradle Build File (build.gradle - Usually app or mobile). Update the application Id to your new Package Name and Sync Gradle, if it hasn't already been updated automatically:


How to change the App Name? - top

  1. In Android studio open : res > values > strings.xml
  2. Change "Monster Truck" to the name you choosed for your game.

    <?xml version="1.0" encoding="utf-8"?> <resources>
    <string name="app_name">Monster Truck</string>
    <string name="app_id"></string>
    </resources>


How to change the game name, AdMob Banner and Interstitial ID? - top

  1. In Andriod studio open: assets > data > PTModelGeneralSettings.0.attributes.xml
  2. Change values marked in the image bellow.


How to Change Your Privacy policy and your More games Url?? - top

  1. In Android Studio open: assets > data > PTModelObjectButtonUrl.0.attributes.xml
  2. Change values marked in the image bellow.


How to change Assets? - top

How To Change Application Icon?

  1. Open the folder (where your project is located: "Monster truck Machine Gun (Android Studio) \android\app\src\main\res"
  2. change all the icons in the drawable folders

How To Change Application Splash Screen?

You can find Splash Screen in: "Monster truck Machine Gun (Android Studio) \android\app\src\main\assets"

How To Change Application Graphics?

You will find all the images into "Monster truck Machine Gun (Android Studio)\android\app\src\main\assets\data\atlases" Just create your own graphics and replace them in atlases.

How To Change Application Sounds

You will find all Sounds into "Monster truck Machine Gun (Android Studio)\android\app\src\main\assets\data\sounds" Just replace with your own sounds.


Rating - top

Thank you for Purchasing my game, if you have any questions about this item, feel free to contact me. I will be glad to help you to solve your problem!

If you like this game, I would be thankful if you rate my item with a five stars.

xdorf88

Go To Table of Contents