“Subway Surf ” Documentation by “Kermoulab Inc” v1.0


“Subway Surf - 2D Endless Run”

Created: 05/05/2018
By: Kermou Angel
Email: kermou@programmer.net
Contact: CodeCanyon Profile

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 JDK version is needed? - top

The latest version of Java Development Kit can be downloaded:
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html


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 > Select the source code and the google play lib
  3. After sucessfully importing the app, Right Click 'Subway Surf' project from Package Explorer > project from Package Explorer > Properties > Android > Library > is already imported > 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 > Subway surf > 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">Subway Surf</string>
This will change both title inside the app & app icon name.


How to change AdMob publisher and Leaderboard id? - top

  1. Open Eclipse > Subway Surf > assetes > data > PTModelGeneralSettings.0.attributes.xml
  2. Select 'PTModelGeneralSettings.0.attributes.xml' and search for "adMobBanner"
  3. Enter your AdMobBanner id inside string tag:
    <key> admobBanner</key>
    <string >Your AdMobbanner ID Here</string>
    <key> admobInterstitial</key>
    <string >Your AdMob interstitial ID Here</string>
  4. To change The Leaderboard id Change the string Value in the same file
    <key> leaderboardid</key>
    <string >Your LeaderBoardId</string>


Files Directory (reskin)

  • Images : to change images used in the game open Eclipse > Subway Surf > assetes > data > atlases
  • Sounds : open Eclipse > Subway Surf > assetes > data > sounds

  • Credits - top


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

    Kermou Angel
    Kermoulab Inc

    Go To Table of Contents