“Speed Racing” Documentation by “matthus” v1.1


“Speed Racing”

Created: 17/05/2015
By: matthus

Thank you for purchasing the app. If you have any questions that are beyond the scope of this help file, please feel free to message me via my user page contact form here. Thanks so much!


Table of Contents


Which Eclipse version is needed? - top

Latest Eclipse version is recommended, which can be downloaded from here:
http://developer.android.com/sdk/index.html


How to open the project in Eclipse? - top

  1. Open Eclipse > Import > Android > "Existing Android Code into Worksplace" > Next
  2. Root Directory > Click Browse button & browse the project folder “Motobike” > Select all 2 projects 'Motobike', 'Motobike-android'
  3. After sucessfully importing the app, Right Click 'Motobike-android' project from Package Explorer > Properties > Java Build Path > Order and Export > Check on 'Android Private Libraries' > OK
  4. Then go to 'Project' Menu > Clean.. > Clean All Projects > OK
  5. Wait for few minutes until all errors are gone. Ignore any warning appears in 'Problems' tab.


How to change the package name? - top

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


How to change app name? - top

  1. Open Eclipse > Motobike-android > res > values > strings.xml
  2. Select 'strings.xml' tab next to 'Resources' tab
  3. Enter your app name inside "app_name" string tag:
    <string name="app_name">Motobike-android</string>
This will change both title inside the app & app icon name.


How to change sound? - top

You have to walk through 2 steps to change sound in game:
  1. Open Eclipse > 2_air-android > assets > Sounds
  2. Change sound as you expect, note that do not change the file's name

 

How to change AdMob publisher id? - top

  1. Open Eclipse > Motobike-android > res > values > ads.xml
  2. Replace old admob IDs by yours Admob ID in banner_ad_unit_id(Banner Ads)


How to change sound in this game? - top

  1. Open Eclipse > Motobike-android > res > assets > data > music
  2. Change the sound's file by your sound's file. Please notice that you have to keep the file name as previous


Graphics - top

You will find all buttons & station image into assets/data/image/texture, /res/drawable/ and /res/drawable-hdpi/ folder. Just create your own graphics and replace those files. Create seperate graphics of different device screen sizes & place them into other drawble folders (drawable-mdpi, drawable-ldpi & drawable-xhdpi) with same file name found at drawable-mdpi folder. Check here for more information: Devices and Displays & Supporting Multiple Screens.


Once again, thank you so much for purchasing this app. As I said at the beginning, I'd be glad to help you if you have any questions relating to this app. No guarantees, but I'll do my best to assist. If you have a more general question relating to the apps on CodeCanyon, you might consider visiting the "FAQ / Support" section and asking your question in the "Comments" section at CodeCanyon app detail page.

Go To Table of Contents