Home / App Templates / Android / Games / Adventure
Street Skater 2 - Android Game Source CodeStreet Skater 2 - Android Game Source Code
The Great Escape is a one click action game. With one click the Tony will jump over roofs of skyscrapers. Average rating of 3.3 based on 3 votesHome / App Templates / Android / Games / Adventure
Street Skater 2 - Android Game Source Code
The Great Escape is a one click action game. With one click the Tony will jump over roofs of sky... Average rating of 3.312 Support questions or comments
Please login or create an account to post a question or comment.
-
Jul 17, 2023sifi7 PurchasedHi,
Can you please update or provide instructions to bring this up to modern API levels? lots of the code has been deprecated and is too far out for the latest version of Android studio to update. Its a great game and would love to play it again. Thanks -
Sep 19, 2023rogamen AuthorHello,
in which AS version do not work? "Giraffe" or even older? -
Sep 19, 2023rogamen Author
-
Oct 4, 2021Creditop PurchasedHi, I bought a game but I can't run it. Android studio throws error:
Build file 'C:appsgamescodester-2188-street-skater-2-android-game-source-codeStreet Skater 2-masterandroidbuild.gradle' line: 75
A problem occurred evaluating project ':android'.
> Cannot change attributes of dependency configuration ':android:annotationProcessor' after it has been resolved
Please help solve or return money
-
Oct 14, 2021rogamen AuthorHello,
thank you for purchase.
Can you please tell me which version of android studio do you have?
-
Jul 24, 2020Anybody Not Buy Any Souce Code For Codester I All REady Buy Skater 2 source code but most off bug in source code and i will send the email but company has not respond fake company codester no support for customer
-
Aug 1, 2020rogamen AuthorHi Noman, I dont understand what is your problem. What kind of errors do you get? How can I help you?
-
Feb 11, 2020sifi7 PurchasedHi, Google's rules now say an app has to be 64 Bit complaint to be able to upload to the Play Store. Is this something planned for this app or something simple to do?
Thank you -
Feb 13, 2020rogamen AuthorYou can tranform that on your own it is not hard.
In gradle you do this:
defaultConfig {
ndk.abiFilters = 'armeabi-v7a' 'arm64-v8a' 'x86' 'x86_64'
}
Most Android Studio projects use Gradle as the underlying build system, so this section applies to both cases. Enabling builds for your native code is as simple as adding the arm64-v8a and/or x86_64, depending on the architecture(s) you wish to support, to the ndk.abiFilters setting in your app's 'build.gradle' file:
// Your app's build.gradle
apply plugin: 'com.android.app'
android {
compileSdkVersion 27
defaultConfig {
appId "com.google.example.64bit"
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.0"
ndk.abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
// ...
Watch this for more info: https://www.youtube.com/watch?v=E96vmWkUdgA
and this:
https://stackoverflow.com/questions/48549563/how-to-make-android-apps-which-support-both-32-bit-and-64-bit-architecture
-
Nov 8, 2019AndrewSquires PurchasedWhen trying to re-name I get this error:
sync failed 8 s 125 ms
Download https://services.gradle.org/distributions/gradle-5.4.1-all.zip
null
Could not install Gradle distribution from 'https://services.gradle.org/distributions/gradle-5.4.1-all.zip'. -
Nov 8, 2019rogamen Author
It could be that the gradle-2.1 distribution specified by the wrapper was not downloaded properly. This was the root cause of the same problem in my environment.
Look into this directory:
ls -l ~/.gradle/wrapper/dists/
In there you should find a gradle-5.4.1 folder. Delete it like so:
rm -rf ~/.gradle/wrapper/dists/gradle-5.4.1-bin/
Restart IntelliJ, after that it will restart the download from the beginning and hopefully work. -
Nov 8, 2019AndrewSquires PurchasedIs this through Android Studio? Having difficulty locating it
-
Nov 14, 2019
-
Oct 13, 2019ERROR: failed to find target android-22 : /Users/xxx/Library/Android/sdk - Install missing platform(s) and sync project
please assist
-
Aug 20, 2019jazmynmccann Purchaseddoes it have leaderboard for list of player's score?
-
Aug 22, 2019rogamen AuthorYes!
-
Sep 3, 2019jazmynmccann Purchasedwould you provide documentation on how to reskin for regular license?
-
Sep 10, 2019rogamen AuthorYes. Documentation is included.
-
Jun 10, 2019How many levels are there?
-
Jun 11, 2019rogamen Authorammm, I think there are 5 or 6 : )
-
Mar 14, 2018mayankmb97 PurchasedHow to Fix this error ...........Error:failed to find target android-22 : C:\Users\Mayank\AppData\Local\Android\Sdk
<a href="install.android.platform">Install missing platform(s) and sync project</a> - View 3 more replies
-
Mar 14, 2018mayankmb97 PurchasedSir, I have done all this
But my problem is not resolved
You do a little help
I have to buy more applications from you..... -
Mar 15, 2018rogamen AuthorPlease send me the screenshot of your error to: [email protected]
-
Mar 15, 2018mayankmb97 PurchasedI have mailed you