10 comments found.
Can you send the demo apk to see ?
don’t wanna open in android studio any help plz
Did you have any errors?
which folder can I change the settings? I do see some settings, but whaen i change it the app has an error.
See documentation
I’m getting an error when I try to add time. I changed it from 30 to 45.
final int TIME = 45; // time to complete level
I’m have Error on Generate Signed APK, Errors while building APK. error: illegal character: ”\ufeff” error: class, interface, or enum expected
http://prnt.sc/ak4htbHow to do I can fix it?
There are no errors in java code. See here – http://stackoverflow.com/questions/7200299/android-project-compiled-with-ant-doesnt-compile-illegal-character-error
1. You can use Hillmix to build more levels.
2. In Main.java you can find line with array “public final int[] BEST_TIMES = { 13, 18, 18, 12, 13, 19, 17, 12, 20, 12 };”. It’s times for each level in seconds to complete them.
3. How to setup Google Play Services you can read here – https://developers.google.com/games/services/console/enabling
Hello guys How to create a page, the following kind ?
Good thanks.
Error:Execution failed for task ’:android:transformClassesWithDexForRelease’. > com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process ‘command ‘C:\Program Files\Java\jdk1.8.0_65\bin\java.exe’’ finished with non-zero exit value 3
SORRY GUYS xD 
Thanks guys! i love it 
Hello guys, How to edit map, add level or sup or modif ?
You can edit map via Hillmix. Download it here – http://hillmix.oldenweb.com.
Yes I have the software, thank you and how we add or remove level?
Error:Execution failed for task ’:android:dexDebug’. > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process ‘command ‘C:\Program Files\Java\jdk1.8.0_65\bin\java.exe’’ finished with non-zero exit value 3
Can this be ported to ios??
LibGDX is a multiplatform framework, but I don’t try to compile the source for iOS
Hey! when I import the project into Android Studio I get this error
Error:C:\Users\kruthik\.gradle\wrapper\dists\gradle-2.4-all\8ym2u3wqq10sf8a9a8×2q9tiv\gradle-2.4\src\core\org\gradle\groovy\scripts\internal\BuildScriptTransformer.java (The file or directory is corrupted and unreadable)
Set up Gradle in your SDK
Is there a tutorial or something you can point me to? I’ve imported other gradle project without an issue. Thank You.
I’ve imported the project without an issue. There are no any tutorial. As usually when you open a project Android Studio upload all needed files from internet if they are not exist. May be you Gradle version is lower or something else. Try to clean the project and synchronize it first off all.
Yea let me try and reinstall everything. There is nothing wrong from your project thanks.
K it is working just resinstalled everything many thanks!
i have problem : could not find any version that matches com.google.android.gms:play-services-ads+ as no version of com.google.android.gms:play-services-ads are available
You need first to install google-play-services library in your SDK
already installed
maybe you make a mistake in line – compile ‘com.google.android.gms:play-services-ads:+’ in your “build.gradle” file
I have not changed anything in the file
If you have such problem in your SDK you can replace line
compile ‘com.google.android.gms:play-services-ads:8.4.0’
instead
compile ‘com.google.android.gms:play-services-ads:+’
i have probem in folder ShipLander-android : Project dependency not in the workspace: D:\my data\android\codecanyon-14350222-ship-lander-with-admob-and-leaderboard\ShipLander\baseGameUtils
Do you open the project in Android Studio?
yes
I still have the problem
do I have to put a new baseGameUtils folder in the project root
I don’t know what is the problem, but folder “baseGameUtils” now is in project root. Try to check again all needed components in your SDK and synchronize gradle, because I can open the project in Android Studio without any problems. And see file “baseGameUtils/build.gradle” there you need also replace line
compile ‘com.google.android.gms:play-services-ads:8.4.0’
instead
compile ‘com.google.android.gms:play-services-ads:+’
in the properties for ShipLander-android: i have error on : ..\..\google-play-services_lib : ..\..\BaseGameUtils
..\..\google-play-services_lib and : ..\..\BaseGameUtils
I don’t understand why you leave all this strange comments here. I have checked the source many times and there are no any problems. But you have every time a new error that is impossible at all. First I wanted to help you but as I see it’s a bad idea.