I am trying to install and get a hello world app going...
I wen tthrough the Install instructions which were very confusing, install this before this but after this, but not untill you install this....I have no idea if I installed things right...anyways...
I open Eclipse and go:
File>New>Project
Choose ArcGIS project for Andoid
Give it a project name
Give it a package name (dont really understand this one) I called it "com.esri.andoid.sample"
I keep getting this error in the Console
[2011-12-29 15:11:02 - HelloWorldMap] Unable to resolve target 'android-8'
In the Package Explorer HelloWorldMap, src, com.esri.android.sample, HelloWorldMapActivity.java all have a little red square box next to them with a white X
There are 4 errors in the Problems tab
1. The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this project
2. The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files
3. Unable to resolve target 'android-8' HelloWorldMap
4. Unable to resolve target 'android-8' until the SDK is loaded.
Any thoughts? Please help...very confused here....
THanks