Eclipse project build settings
in
Android Processing
•
3 years ago
Eclipse android-core project from Subversion looks just fine, but just unsure how to set up the Java Build Path.
ANDROID_LIB is of course an unbound classpath variable by default, looking for the SDK. I'm guessing I want to go to Project Properties > Java Build Path > Libraries > ANDROID_LIB > Source attachment > Edit and choose a class variable. Then added ANDROID_LIB, pointing at the root directory for my SDK install (which for me is /home/peter/dev-tools/android-sdk-linux-x86/)
That re-builds and appears to restore ANDROID_LIB, but...
For some reason, seems here on Linux I'm not finding java.lang.Object, just for this project, within processing.xml... not sure why that'd be.
Thanks for the help; I know this isn't an officially-supported procedure, but it's always this basic stuff that gets me hung up in Eclipse; I'm fine once I've got it going, so appreciate the input. ;)
1