Powered by MC.GameStudio
TRIVIA QUIZ GAME is Android Full endless game.
Thank you for purchasing my Game application. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Response time is within 16 hrs.Thanks so much!.
Author: | ROKCH |
Contact: | mcgamestudio2@gmail.com |
Current App Version: | 1.1 |
Documentation Version | 1.0 |
Created: | 05/DECEMBER/2019 |
Modified: | - |
Android studio Juno (Android Developer Tools): For 32 Bit Version : here
JDK 7 for Your Sistem here
If you need more features like facebook or game serices ask for freelancer job at MC.GameStudio@gmail.com
You need to setup your working environment for Android Development.
Need to install Java JDK from here
Need to install Android Studio as official IDE for Android Development.
You can install necessary SDK packages from Android Studio Menu -> Tools -> Android -> SDK Manager
According the app's targetSdkVersion from gradle file, you might need to install Android 7.0 (API 24)
If directly development and testing on real device is the best option but if you want to install android emulator, please install Genymotion (Note : Google Play Service is required to install for Google Map and GCM feature.)
You have to import the project into your android studio and copy into your workspace folder.
After you download from Codester, there is the project source code at "TRIVIA QUIZ GAME".
You could import from Android Studio Menu ( File -> New -> Import Project ). When popup window come out, please go to the folder(Mentioned at step 1). Yes, please copy that project into your work space.
You have to make sure for SDK and JDK path for your imported project. Right Click project -> Open Module Settings. At popup window you could check whether correct path or not.
There is the package inside project.
Package Name | Description |
---|---|
com.MC.GameStudio.Trivia QUIZ |
This Is the package that you can change the code of the app |
Currently, my original package name is "com.companygame.gamename" so after you bought, you might need to change according your own package name. For example, if you want to change com.companygame.gamename to my.awesome.game. (Note : My example is using Android Studio)
In your Project pane, click on the little gear icon
Uncheck / De-select the Compact Empty Middle Packages option
Your package directory will now be broken up in individual directories.
- Right-click it
- Select Refactor
- Click on Rename
- In the Pop-up dialog, click on Rename Package instead of Rename Directory
- Enter the new name and hit Refactor
- Allow a minute to let Android Studio update all changes
- Note: When renaming com in Android Studio, it might give a warning. In such case, select Rename All
Now open your Gradle Build File (build.gradle - Usually app or mobile). Update the applicationId to your new Package Name and Sync Gradle, if it hasn't already been updated automatically: