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 7596475
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T21:55:32+00:00 2026-05-30T21:55:32+00:00

Im trying to run an example off E3roid examples. Except when i do, i

  • 0

Im trying to run an example off E3roid examples. Except when i do, i get a force close on the page. Here is the logcat error. By looking at it, can you tell me what it means and what is the problem?

02-28 20:31:51.429: D/AndroidRuntime(1779): Shutting down VM
02-28 20:31:51.429: W/dalvikvm(1779): threadid=1: thread exiting with uncaught exception (group=0x40015578)
02-28 20:31:51.429: E/AndroidRuntime(1779): FATAL EXCEPTION: main
02-28 20:31:51.429: E/AndroidRuntime(1779): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{and.roid/and.roid.AndroidActivity}: java.lang.ClassNotFoundException: and.roid.AndroidActivity in loader dalvik.system.PathClassLoader[/data/app/and.roid-1.apk]
02-28 20:31:51.429: E/AndroidRuntime(1779):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1573)
02-28 20:31:51.429: E/AndroidRuntime(1779):     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667)
02-28 20:31:51.429: E/AndroidRuntime(1779):     at android.app.ActivityThread.access$1500(ActivityThread.java:117)
02-28 20:31:51.429: E/AndroidRuntime(1779):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935)
02-28 20:31:51.429: E/AndroidRuntime(1779):     at android.os.Handler.dispatchMessage(Handler.java:99)
02-28 20:31:51.429: E/AndroidRuntime(1779):     at android.os.Looper.loop(Looper.java:130)
02-28 20:31:51.429: E/AndroidRuntime(1779):     at android.app.ActivityThread.main(ActivityThread.java:3687)
02-28 20:31:51.429: E/AndroidRuntime(1779):     at java.lang.reflect.Method.invokeNative(Native Method)
02-28 20:31:51.429: E/AndroidRuntime(1779):     at java.lang.reflect.Method.invoke(Method.java:507)
02-28 20:31:51.429: E/AndroidRuntime(1779):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:842)
02-28 20:31:51.429: E/AndroidRuntime(1779):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
02-28 20:31:51.429: E/AndroidRuntime(1779):     at dalvik.system.NativeStart.main(Native Method)
02-28 20:31:51.429: E/AndroidRuntime(1779): Caused by: java.lang.ClassNotFoundException: and.roid.AndroidActivity in loader dalvik.system.PathClassLoader[/data/app/and.roid-1.apk]
02-28 20:31:51.429: E/AndroidRuntime(1779):     at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:240)
02-28 20:31:51.429: E/AndroidRuntime(1779):     at java.lang.ClassLoader.loadClass(ClassLoader.java:551)
02-28 20:31:51.429: E/AndroidRuntime(1779):     at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
02-28 20:31:51.429: E/AndroidRuntime(1779):     at android.app.Instrumentation.newActivity(Instrumentation.java:1021)
02-28 20:31:51.429: E/AndroidRuntime(1779):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1565)
02-28 20:31:51.429: E/AndroidRuntime(1779):     ... 11 more
02-28 20:31:57.820: I/Process(1779): Sending signal. PID: 1779 SIG: 9
02-28 20:34:48.691: D/AndroidRuntime(2072): Shutting down VM
02-28 20:34:48.691: W/dalvikvm(2072): threadid=1: thread exiting with uncaught exception (group=0x40015578)
02-28 20:34:48.691: E/AndroidRuntime(2072): FATAL EXCEPTION: main
02-28 20:34:48.691: E/AndroidRuntime(2072): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{and.roid/and.roid.AndroidActivity}: java.lang.ClassNotFoundException: and.roid.AndroidActivity in loader dalvik.system.PathClassLoader[/data/app/and.roid-1.apk]
02-28 20:34:48.691: E/AndroidRuntime(2072):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1573)
02-28 20:34:48.691: E/AndroidRuntime(2072):     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667)
02-28 20:34:48.691: E/AndroidRuntime(2072):     at android.app.ActivityThread.access$1500(ActivityThread.java:117)
02-28 20:34:48.691: E/AndroidRuntime(2072):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935)
02-28 20:34:48.691: E/AndroidRuntime(2072):     at android.os.Handler.dispatchMessage(Handler.java:99)
02-28 20:34:48.691: E/AndroidRuntime(2072):     at android.os.Looper.loop(Looper.java:130)
02-28 20:34:48.691: E/AndroidRuntime(2072):     at android.app.ActivityThread.main(ActivityThread.java:3687)
02-28 20:34:48.691: E/AndroidRuntime(2072):     at java.lang.reflect.Method.invokeNative(Native Method)
02-28 20:34:48.691: E/AndroidRuntime(2072):     at java.lang.reflect.Method.invoke(Method.java:507)
02-28 20:34:48.691: E/AndroidRuntime(2072):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:842)
02-28 20:34:48.691: E/AndroidRuntime(2072):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
02-28 20:34:48.691: E/AndroidRuntime(2072):     at dalvik.system.NativeStart.main(Native Method)
02-28 20:34:48.691: E/AndroidRuntime(2072): Caused by: java.lang.ClassNotFoundException: and.roid.AndroidActivity in loader dalvik.system.PathClassLoader[/data/app/and.roid-1.apk]
02-28 20:34:48.691: E/AndroidRuntime(2072):     at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:240)
02-28 20:34:48.691: E/AndroidRuntime(2072):     at java.lang.ClassLoader.loadClass(ClassLoader.java:551)
02-28 20:34:48.691: E/AndroidRuntime(2072):     at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
02-28 20:34:48.691: E/AndroidRuntime(2072):     at android.app.Instrumentation.newActivity(Instrumentation.java:1021)
02-28 20:34:48.691: E/AndroidRuntime(2072):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1565)
02-28 20:34:48.691: E/AndroidRuntime(2072):     ... 11 more
02-28 20:34:56.511: I/Process(2072): Sending signal. PID: 2072 SIG: 9
  • 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-30T21:55:34+00:00Added an answer on May 30, 2026 at 9:55 pm

    Have you added AndroidActivity to your AndroidManifest?

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

Sidebar

Related Questions

I'm trying to run the Camel Example camel-example-spring-jms (also at http://activemq.apache.org/camel/tutorial-jmsremoting.html ). However, when
I'm trying to run through an example given for the C++ Xerces XML library
Situation: I'm trying run an https store (xcart) under one domain secure.example.com and I
I'm trying to run the google maps example but it keep giving me in
I'm trying to run the Tomcat with JBoss Embedded jpa booking example. I run
I am trying to run blocking_udp_echo_server.cpp from Boost asio example on MacOSX 10.5. But
Tearing my hair out trying to get the most simple of tutorials to run,
I am trying to run demo code from Matplotlib: the legend_picking example . This
I'm trying to run example from Celery documentation. I run: celeryd --loglevel=INFO /usr/local/lib/python2.7/dist-packages/celery/loaders/default.py:64: NotConfigured:
I'm trying to get the DemoKit example working on an ADK board. It seems

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.