1
Ask a Question / Re: Android SDK already installed...why again in Stencyl?
« on: February 10, 2015, 06:52:17 am »
Hey Thanks Justin. Found the file.
It contains this pertaining to Java and Android:
1. What do I set for the Java_Home where value is "null"
Java is set in my environment as:
JAVA_HOME=C:\Program Files\Java\jdk1.7.0_21
2. My Androis SDK is installed in :
D:\AndroidStudio\sdk\
Apache ant is :
D:\AndroidStudio\sdk\apache-ant-1.9.2\
So do I change these in the XML file ?
3. The entry -
I cannot find where to point this entry to - android-ndk-r7b
This is an image of my Android SDK folder structure. Where do I point this entry to?
Thanks for your help
Where is this folder? What should I set this to?
It contains this pertaining to Java and Android:
Code: [Select]
<section id="vars">
<setenv name="JAVA_HOME" value="null" if="android"/>
<set name="ANDROID_HOST" value="windows" />
<set name="ANDROID_SETUP" value="true" if="android" />
<set name="ANDROID_SDK" value="D:\Stencyl32\MyProjects\stencylworks\android-sdk/android-sdk-windows/" if="android" />
<set name="ANDROID_NDK_ROOT" value="D:\Stencyl32\MyProjects\stencylworks\android-sdk/android-ndk-r7b/" if="android" />
<set name="ANT_HOME" value="D:\Stencyl32\MyProjects\stencylworks\android-sdk/apache-ant/" if="android" />
</section>
1. What do I set for the Java_Home where value is "null"
Java is set in my environment as:
JAVA_HOME=C:\Program Files\Java\jdk1.7.0_21
2. My Androis SDK is installed in :
D:\AndroidStudio\sdk\
Apache ant is :
D:\AndroidStudio\sdk\apache-ant-1.9.2\
So do I change these in the XML file ?
3. The entry -
Code: [Select]
name="ANDROID_NDK_ROOT" value="D:\Stencyl32\MyProjects\stencylworks\android-sdk/android-ndk-r7b
I cannot find where to point this entry to - android-ndk-r7b
This is an image of my Android SDK folder structure. Where do I point this entry to?
Thanks for your help
Where is this folder? What should I set this to?