--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk...@googlegroups.com.
To post to this group, send email to andro...@googlegroups.com.
Visit this group at http://groups.google.com/group/android-ndk.
For more options, visit https://groups.google.com/groups/opt_out.
On 6/18/13, David Turner <di...@android.com> wrote:Is there a corresponding one you recommend for the SDK?
> You should use the ANDROID_NDK_ROOT environment variable to indicate where
> the NDK is located. That's what most NDK-related scripts use (inside the
> NDK, and outside of it). There is little point in mandating a specific
> installation directory.
>
Is there an
official document that suggests these environmental variable names
that I can point people to? (I'm seeing all kinds of variations which
makes writing portable build scripts really difficult.)
Thanks,
Eric
--
Beginning iPhone Games Development
http://playcontrol.net/iphonegamebook/
On 6/19/13, David Turner <di...@android.com> wrote:Just to be sure, it is not ANDROID_SDK_HOME (which I know is
> On Tue, Jun 18, 2013 at 11:54 PM, Eric Wing <ewma...@gmail.com> wrote:
>
>> On 6/18/13, David Turner <di...@android.com> wrote:
>> > You should use the ANDROID_NDK_ROOT environment variable to indicate
>> where
>> > the NDK is located. That's what most NDK-related scripts use (inside
>> > the
>> > NDK, and outside of it). There is little point in mandating a specific
>> > installation directory.
>> >
>>
>> Is there a corresponding one you recommend for the SDK?
>
>
> Yes, it's ANDROID_SDK_ROOT. This one is used by the Android emulator to
> find the DDMS ping program, so unlikely to change.
>
inconsistent with ANDROID_NDK_ROOT)? But I see this variant a lot.
I also see ANDROID_SDK and ANDROID_NDK a lot.
If the Android team could bless some conventions in official
> Is there an
>> official document that suggests these environmental variable names
>> that I can point people to? (I'm seeing all kinds of variations which
>> makes writing portable build scripts really difficult.)
>>
>> Not that I'm aware of :-/
documentation, that would be a big help.