“Onet Connect Puzzle” Documentation by “ittus” v1.1


“Onet Connect Puzzle”

Created: 17/05/2015
By: ittus

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 “Onet Connect Puzzle” > Select all 2 projects '2_air', '2_air-android' and 'google-play-services_lib'
  3. After sucessfully importing the app, Right Click '2_air_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 > Onet Connect Puzzle > 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">Onet Connect Puzzle</string>
This will change both title inside the app & app icon name.


How to change app sounds? - top

You have to walk through 2 steps to change sound in game:
  1. Open Eclipse > Onet Connect Puzzle > res > raw
  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 > OnetConnect > res > values > ads.xml
  2. Replace old admob IDs by yours Admob ID in interstitial_ads_id


Graphics - top

You will find all buttons & station image into assets/, /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