eclipse android開発環境bug CDTはパス名を含めて修正できない(JNI開発使用)
bug android (http://code.google.com/p/android/issues/detail?id=37424 ), (2013.5.31) 。 ,CDT android 。 , 。
Please describe the problem in detail, with the following information (if applicable)
Host OS: OS X
SDK tools version (available in the "About" section of the 'android' tool
UI): 20.0.1
Eclipse version: Juno
ADT plug-in version: 20.0.3
Platform targeted by your project: ICS
Version of the platform running in the emulator: N/A
STEPS TO REPRODUCE:
1. Install NDK Plugin in Eclipse
2. Set NDK path (Preferences...->Android->NDK->NDK Location)
3. Right-click project->Android Tools->Add Native Support...
4. Install another version of the the NDK, using another path
5. Update NDK path (Preferences...->Android->NDK->NDK Location)
6. Project->Properties->C/C++ General->Paths and Symbols
7. When "Show built-in values" is checked, the old NDK path is showed, not the new NDK path
EXPECTED RESULTS:
NDK ,
The include paths should be updated when the NDK is moved.
OBSERVED RESULTS:
NDK include 。 ( NDK ? , pc )
Changing the NDK location does not change the built-in include paths
ADDITIONAL INFORMATION: Attach sample project, etc. If possible, try to reproduce using ApiDemos. If the problem is happening in the emulator, consider attaching the output
of "adb bugreport"
Sep 14,2012Project Member #1 vs…@google.com
(No comment was entered for this change.)
Owner: vs…@google.com Sep 14,2012
Project Member #2 vs…@google.com
Since this is with 8.1.0 and 20.0.3 where the indexer didn't work anyway, please try with two changes:
1. Use ADT 21 preview or CDT 8.0.2.
2. After changing NDK, right click on the project and do a rebuild index.
Sep 17,2012Project Member #3 vs…@google.com
This is actually a bug in the Android NDK plugin. You can use the following workaround until the bug is fixed:
android NDK bug, bug 。
1. Close eclipse.
2. Remove the file $workspace/.metadata/.plugins/com.android.ide.eclipse.ndk/<appName>.pathInfo
3. Start eclipse
4. If necessary, do a Index -> Rebuild.
remove 。 , ?
► Sign in to add aコメント