I seem to be looking for something in Eclipse. It does not recognize any of the libraries I'm trying to import.
Here are some of the things that are not recognized:
import java.util.ArrayList;
import android.content.Intent;
import com.google.android.maps.MapView;
This is an open source project that I downloaded and then imported into Eclipse. I think that I also downloaded google apis incorrectly, because things like MapView do not work in my other projects either. Can someone please help me?
Best
Aneem
EDIT:
Most issues fixed. Did this by hovering over the import line and clicking "Fix project settings ..."
Now, the only thing I need to do is get the Google Map related API to work.
Aneem source
share