About Store Forum Documentation Contact



Post Reply 
Android Compiling Setup
Author Message
TBJokers Offline
Member

Post: #1
Android Compiling Setup
Hello, I was about to try an idea up for Android, however even following the complete documentation to setup Android I found myself stuck at this point.
[Image: 1979170ad3.png]

I've tried redoing the whole thing but makes no difference.. Do you have any ideas of what could really be causing this as the error message is really vague.

All paths were auto detected except the NDK Path.
07-16-2014 04:19 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Mardok Offline
Member

Post: #2
RE: Android Compiling Setup
Put "Android SDK" to shorter localization. "( )" Causing errors. And install JDK 1.7, i had some problems with 1.8.0.
07-16-2014 04:37 PM
Find all posts by this user Quote this message in a reply
TBJokers Offline
Member

Post: #3
RE: Android Compiling Setup
No Luck :/
07-16-2014 07:35 PM
Visit this user's website Find all posts by this user Quote this message in a reply
DoerrSt Offline
Member

Post: #4
RE: Android Compiling Setup
Same trouble here, my path is
C:\adt-bundle-windows-x86_64-20140702\sdk
07-17-2014 12:04 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #5
RE: Android Compiling Setup
Please do not download the ADT BUNDLE, but the "EXISTING IDE" version as mentioned in the docs: http://www.esenthel.com/?id=doc#Compilers
Please let me know if that helps, if not then I'll investigate.
07-17-2014 12:16 AM
Find all posts by this user Quote this message in a reply
TBJokers Offline
Member

Post: #6
RE: Android Compiling Setup
(07-17-2014 12:16 AM)Esenthel Wrote:  Please do not download the ADT BUNDLE, but the "EXISTING IDE" version as mentioned in the docs: http://www.esenthel.com/?id=doc#Compilers
Please let me know if that helps, if not then I'll investigate.

I did not, followed it precisely on the dots.

Quick snapshot -
[Image: af2d1dd2cb.png]
07-17-2014 12:31 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #7
RE: Android Compiling Setup
Thanks, I'll investigate this ASAP, perhaps google changed something in latest ver 23 (mine is 22).
07-17-2014 12:40 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #8
RE: Android Compiling Setup
Hi,

EE needs "AndroidSDK/tools/zipalign.exe" file.
For the moment you can try copying the zipalign to that location or installing
http://dl.google.com/android/android-sdk...indows.zip

I hope to upload an update for latest Android SDK tomorrow.
07-17-2014 10:23 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #9
RE: Android Compiling Setup
Hi!

Should be OK now
07-18-2014 05:53 AM
Find all posts by this user Quote this message in a reply
Post Reply