15.05.2011 20:20, Spooky пишет:
It seems I keep running into so many errors
When resources (XML files) fail to compile, it causes errors in the Java code as well, because R.*.* symbols are a result of a successful resource compilation.
caused by typos,
You can just ignore Eclipse's spell checker that highlights unknown words in comments.
platform problems, CPU being wimpy (AVD won't start up),
The emulator can take a while to start up, but you can keep it running for multiple debug/run iterations, just like a real device.
and now, lack of a history of what was released with what API level.....
2.2: http://developer.android.com/sdk/android-2.2.html http://developer.android.com/sdk/api_diff/8/changes.html 2.0: http://developer.android.com/sdk/android-2.0.html http://developer.android.com/sdk/api_diff/5/changes.html 1.6: http://developer.android.com/sdk/android-1.6.html http://developer.android.com/sdk/api_diff/4/changes.html -- Kostya -- Kostya Vasilyev -- http://kmansoft.wordpress.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

