Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4615436
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T01:50:22+00:00 2026-05-22T01:50:22+00:00

I have one application for showing the map but it is not working does

  • 0

I have one application for showing the map but it is not working does not show the map.
I created the application with target name Google Apps platform is 2.3 and my emulator is Google apps(API level 9)

this is my android manifest.xml

I get the following error in the logcat file

04-06 12:32:27.486: ERROR/AndroidRuntime(476): java.lang.RuntimeException: Unable to instantiate activity
ComponentInfo{net.learn2develop.GoogleMaps/net.learn2develop.GoogleMaps.MapsActivity}: java.lang.ClassNotFoundException: net.learn2develop.GoogleMaps.MapsActivity in loader dalvik.system.PathClassLoader[/data/app/net.learn2develop.GoogleMaps-1.apk]
04-06 12:32:27.486: ERROR/AndroidRuntime(476):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1544)
04-06 12:32:27.486: ERROR/AndroidRuntime(476):     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1638)
04-06 12:32:27.486: ERROR/AndroidRuntime(476):     at android.app.ActivityThread.access$1500(ActivityThread.java:117)
04-06 12:32:27.486: ERROR/AndroidRuntime(476):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:928)
04-06 12:32:27.486: ERROR/AndroidRuntime(476):     at android.os.Handler.dispatchMessage(Handler.java:99)
04-06 12:32:27.486: ERROR/AndroidRuntime(476):     at android.os.Looper.loop(Looper.java:123)
04-06 12:32:27.486: ERROR/AndroidRuntime(476):     at android.app.ActivityThread.main(ActivityThread.java:3647)
04-06 12:32:27.486: ERROR/AndroidRuntime(476):     at java.lang.reflect.Method.invokeNative(Native Method)
04-06 12:32:27.486: ERROR/AndroidRuntime(476):     at java.lang.reflect.Method.invoke(Method.java:507)
04-06 12:32:27.486: ERROR/AndroidRuntime(476):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
04-06 12:32:27.486: ERROR/AndroidRuntime(476):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
04-06 12:32:27.486: ERROR/AndroidRuntime(476):     at dalvik.system.NativeStart.main(Native Method)
04-06 12:32:27.486: ERROR/AndroidRuntime(476): Caused by: java.lang.ClassNotFoundException: net.learn2develop.GoogleMaps.MapsActivity in loader dalvik.system.PathClassLoader[/data/app/net.learn2develop.GoogleMaps-1.apk]
04-06 12:32:27.486: ERROR/AndroidRuntime(476):     at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:240)
04-06 12:32:27.486: ERROR/AndroidRuntime(476):     at java.lang.ClassLoader.loadClass(ClassLoader.java:551)
04-06 12:32:27.486: ERROR/AndroidRuntime(476):     at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
04-06 12:32:27.486: ERROR/AndroidRuntime(476):     at android.app.Instrumentation.newActivity(Instrumentation.java:1021)
04-06 12:32:27.486: ERROR/AndroidRuntime(476):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1536)
04-06 12:32:27.486: ERROR/AndroidRuntime(476):     ... 11 more 

please tell me how to correct my problem

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T01:50:23+00:00Added an answer on May 22, 2026 at 1:50 am

    make sure in ur manifest as u added the google map library within the application tag instead of giving it outside.

    <application android:icon="@drawable/icon" android:label="@string/app_name">
        <activity android:name=".GoogleMapView"
                  android:label="@string/app_name">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <uses-library android:name="com.google.android.maps" />
    </application>
    <uses-permission android:name="android.permission.INTERNET"></uses-permission>
    

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

hello i have created one windows application in c# .net and its working fine
I am developing an android application in I have two GeoPoints in Google map.One
I have to include one report in my application showing offline/online activity of few
I have zero experience writing applications with Swing, but I have one application with
I have created one application in flex that is accessing the Java webservice using
I have created one java-swing application. The application runs perfectly runs perfect on my
I am working on an application in which I have two database fields. One
I have an application that has two map views one satellite and one street
I have one application which uses the standard .NET forms authentication cookie, now I
The problem: we have one application that has a portion which is used by

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.