“Cute Match Game For Kids” Documentation by “ittus” v1.0


“Cute Match Game For Kids”

Created: 11/09/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 "Cute Match Game For Kids" > Select all 2 projects 'google play services', 'Cute Match Game For Kids'
  3. After sucessfully importing the app, Right Click 'Cute Match Game For Kids' 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 > Cute Match Game For Kids > 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">Cute Match Game For Kids</string>
This will change both title inside the app & app icon name.


How to change AdMob publisher id? - top

  1. Open Eclipse > Cute Match Game For Kids > res > values > ads.xml
  2. Replace old admob IDs by yours Admob ID in banner_id(Banner Ads) and full_ads_id(Interstitial Ads)


How to change App's Sounds? - top

  1. Open Eclipse > Cute Match Game For Kids > res > raw
  2. Change the sound file by your sound file, please keep the file name as origin


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.


App Showcase - top

Once you will publish your app to Google Play or any other Android store, send us your app link. We will happy to showcase your app into our website & CodeCanyon page.


Rating - top

If you like our app, we will highly appreciate if you can provide us a rating of 5. You can rate us from your CodeCanyon Menu > Download page.


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