Eclipse Juno ADT plugin NDK path removed?

后端 未结 6 2060
深忆病人
深忆病人 2020-12-03 03:28

I can\'t find the option to set the NDK path on Eclipse Juno with the ADT plugin. (I downloaded yesterday the ADT Bundle from the Android site).

Everyone says I shou

6条回答
  •  盖世英雄少女心
    2020-12-03 04:01

    After:

    1. Closing Eclipse Luna Service Release 1a (4.4.1) for Mac OS X.
    2. Installing Oracle Java JDK 1.7 (JDK 7u75) (jdk-7u75-macosx-x64.dmg)
    3. Modifying Eclipse.ini to add the two lines (right before -vmargs): -vm /Library/Java/JavaVirtualMachines/jdk1.7.0_75.jdk/Contents/Home/bin/java
    4. Restarting Eclipse.
    5. Going to Preferences->Java->Installed JREs, clicking "Search", and selecting Java SE 7 (1.7.0_75) as the default JRE
    6. Restarting Eclipse

    The Preferences->Android->NDK setting appeared and I was able to set the NDK path.

提交回复
热议问题