check the following things
check if this line is included in the manifest file as a child manifest
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
add below line as child applicationONLY in manifest
<uses-library android:name="com.google.android.maps" />
Next, right-click on your project folder -> properties -> android -> check if you selected the Google API
also check that you created AVD with your Google API. If you need help again, let us know.
source
share