I can package it as android when “for distribution” is not ticked but when I package the app for android (all, etc or atc1… any) with “for distribution” enabled, I get an error and it stops:
[link text][1]
I can launch the game on my mobile from the engine successfully, though there is a problem; I can not go to another level ( I did include the next level/map in the extra packaging settings!).
It looks like you don’t have the distribution settings set for Android. I have set up a blank project for distribution, under shipping and packaged it for Andriod (all). Are you able to package an Android project for distribution in a blank template?
In your Android SDK, you should fill in the other blank boxes with the directory for example:
Android-ndk-r10
Apache-ant-1.8.2
Jdk1.6.0_45
Once you’ve added in that information, you should have no further troubles with packaging your game. If after you’ve added these in you receive errors, please upload the new log as a .txt file so that we can review them further.
Based on the latest PNG, it looks as though you have a mix of SDK, NDK, ANT and JDK that aren’t in any way paired together. It does not look like you’re using AndroidWorks either. I recommend installing AndroidWorks and pointing all the paths to the appropriate paths, this should resolve the issue you’re running in to. I’d also suggest retying in the SDK API level (latest) just to make sure that has been set properly too.
Let us know if you need any additional assistance, good luck!
so according to this, I should rename my already downloaded to nvpack_tadp and use this for the engine, I dont get why I have to download it again from the installer inside the engine dir when nothing will be using it?
I’m doing it anyway and will tell you what happens when it’s downloaded.
So, I checked within my Android SDK and the ‘r10e’ is from the older folder, and the ‘r10’ is from the newer folder. Can you please provide us the from your most recent package?
my latest is in my reply above, “error.txt”, Should I try find the “r10” ? The new one is “r10e” and they are both in the engine androidworks installer and the androidworks install i got from their website.
So I have sat down with our Android Developers and reviewed your further. It currently looks like all is working except for the fact that you have the Distribution Settings checked off. So please go back into your project, try to package it as ‘Development’ without the ‘Distribution Settings’ checked off.
However, if you want to package for shipping and distribution, you need to create the key for the store. Please follow [this link][1] to learn more.
Let us know if you run into any further complications, thank you!