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

  • Home
  • SEARCH
  • 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 8196091
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T05:22:00+00:00 2026-06-07T05:22:00+00:00

Can someone here explain how to pinpoint exactly the error in eclipse? for example

  • 0

Can someone here explain how to pinpoint exactly the error in eclipse? for example like this..

07-07 00:46:34.968: E/AndroidRuntime(401): FATAL EXCEPTION: main
07-07 00:46:34.968: E/AndroidRuntime(401): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.localhost.one/com.localhost.one.Main}: java.lang.NullPointerException
07-07 00:46:34.968: E/AndroidRuntime(401):  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
07-07 00:46:34.968: E/AndroidRuntime(401):  at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
07-07 00:46:34.968: E/AndroidRuntime(401):  at android.app.ActivityThread.access$2300(ActivityThread.java:125)
07-07 00:46:34.968: E/AndroidRuntime(401):  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
07-07 00:46:34.968: E/AndroidRuntime(401):  at android.os.Handler.dispatchMessage(Handler.java:99)
07-07 00:46:34.968: E/AndroidRuntime(401):  at android.os.Looper.loop(Looper.java:123)
07-07 00:46:34.968: E/AndroidRuntime(401):  at android.app.ActivityThread.main(ActivityThread.java:4627)
07-07 00:46:34.968: E/AndroidRuntime(401):  at java.lang.reflect.Method.invokeNative(Native Method)
07-07 00:46:34.968: E/AndroidRuntime(401):  at java.lang.reflect.Method.invoke(Method.java:521)
07-07 00:46:34.968: E/AndroidRuntime(401):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
07-07 00:46:34.968: E/AndroidRuntime(401):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
07-07 00:46:34.968: E/AndroidRuntime(401):  at dalvik.system.NativeStart.main(Native Method)
07-07 00:46:34.968: E/AndroidRuntime(401): Caused by: java.lang.NullPointerException
07-07 00:46:34.968: E/AndroidRuntime(401):  at org.json.JSONTokener.nextCleanInternal(JSONTokener.java:112)
07-07 00:46:34.968: E/AndroidRuntime(401):  at org.json.JSONTokener.nextValue(JSONTokener.java:90)
07-07 00:46:34.968: E/AndroidRuntime(401):  at org.json.JSONArray.<init>(JSONArray.java:87)
07-07 00:46:34.968: E/AndroidRuntime(401):  at org.json.JSONArray.<init>(JSONArray.java:103)
07-07 00:46:34.968: E/AndroidRuntime(401):  at com.localhost.one.Main.onCreate(Main.java:80)
07-07 00:46:34.968: E/AndroidRuntime(401):  at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
07-07 00:46:34.968: E/AndroidRuntime(401):  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
07-07 00:46:34.968: E/AndroidRuntime(401):  ... 11 more

Eclipse IDE is great for it has many plugins but it lacks a lot of what VS has. If someone can tell me how to pinpoint exactly my error or where I have my null pointer, from what variable, from what method in eclipse? Thanks. Finding the error in eclipse is very time consuming in eclipse..

  • 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-06-07T05:22:01+00:00Added an answer on June 7, 2026 at 5:22 am

    here you find out your package name and error

    Caused by: java.lang.NullPointerException <<<<Error
    07-07 00:46:34.968: E/AndroidRuntime(401):  at org.json.JSONTokener.nextCleanInternal(JSONTokener.java:112)
    07-07 00:46:34.968: E/AndroidRuntime(401):  at org.json.JSONTokener.nextValue(JSONTokener.java:90)
    07-07 00:46:34.968: E/AndroidRuntime(401):  at org.json.JSONArray.<init>(JSONArray.java:87)
    07-07 00:46:34.968: E/AndroidRuntime(401):  at org.json.JSONArray.<init>(JSONArray.java:103)
    07-07 00:46:34.968: E/AndroidRuntime(401):  at com.localhost.one.Main.onCreate(Main.java:80)
    
    
    Line no.80 and class name Main.java
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can someone explain why the text Options is indented here? This looks like a
I'm staring blank on this error, so I hope someone here can point out
Mabye someone over here can explain to me what am I doing wrong. This
Can someone help me explain what is happening here? Sorry if this is a
Can someone explain in plain english the syntax of this: Here is the signature
Can someone explain me what exactly is going on here? I am not fully
Can someone please explain how to obtain this result from the following array? Here
http://www.mapleboutique.com/_blog/maple_blog can someone explain what's going on here? according to this link: http://austinmatzko.com/2007/07/25/internet-explorer-7-float-bug/ –I
This makes no sense to me. Maybe someone here can explain why this happens.
Can anyone explain why I am getting this error? Here is a stack class

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.