User Guide

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: -

TRIVIA QUIZ GAME It is Unity template.

Used Technology : Android studio, Java JDK, Android SDK, Android Studio.

Important Note :

After you downloaded main file successfully from Codester, here is you may need to know :

If you want to Build APK with Android studio?

Android studio Juno (Android Developer Tools): For 32 Bit Version : here
For 64 Bit Version : here

JDK 7 for Your Sistem here

If you want reskin your app, Change the images on the file "atlas". Replace the images with photoshop or other editors.

If you need more features like facebook or game serices ask for freelancer job at MC.GameStudio@gmail.com


1. Setup SDK & Android Studio(Or Android studio if you want)
2. Import Project
4. Project Package Structure
6. App Icon, String Value Configt

Features Highlight Of TRIVIA QUIZ GAME App
TRIVIAL QUIZ
QUIZ
Easy Reskin


Working Environment

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.)


Import Project

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.


Java Files Package

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

Rename Package

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:


You could generate new app icon from Android Assets Studio. After that you could replace new ic_launcher.png at mipmap-mdpi, mipmap-hdpi, mipmap-xhdpi, mipmap-xxhdpi, mipmap-xxxhdpi. If you want to know about screen densities and icon dimensions, please take a look at below