Eclipse can't find file for com.google.android.maps.MapActivity
android, mapactivity
Solution
You need to set your build target (e.g., Project > Properties > Android in Eclipse) to one that has the "Google APIs". Right now, my guess is that you do not.
Problem
After hours of configuring and searching through code, I have shaved off a few hundred errors and are left with these two: "The project was not built since its build path is incomplete. Cannot find the class file for com.google.android.maps.MapActivity. Fix the build path then try building this project" "The type com.google.android.maps.MapActivity cannot be resolved. It is indirectly referenced from required .class files" I have looked everywhere for any hints as to how to fix this. My build path seems fine. I'm including all the JARs that might be applicable. I'm pretty sure I'm using the right ADT, so any help would be awesome regarding what needs to change.