I have one application. I need to display map view when we click on button. Actually this button is in one class and google map is in another class. Now when i click on that button , In android Emulator it displays message android application stopped unexpectedly.
Share
Like @Nipuna Silva said , add a
<uses-library android:name="com.google.android.maps" />in your AndroidManfiest.xml. Inside the
<application>node.Try
Project->cleanin your Eclipse to rebuild your project.