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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T08:20:23+00:00 2026-05-26T08:20:23+00:00

I am getting below error in logcat. > E/AndroidRuntime( 3197): Uncaught handler: thread main

  • 0

I am getting below error in logcat.

> E/AndroidRuntime( 3197): Uncaught handler: thread main exiting due to uncaught exception
E/AndroidRuntime( 3197): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.net.mapapplication/com.net.mapapplication.MainPage}:       android.view.InflateException: Binary XML file line #2: Error inflating class <unknown>
E/AndroidRuntime( 3197): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2454)
E/AndroidRuntime( 3197): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2470)
E/AndroidRuntime( 3197): at android.app.ActivityThread.access$2200(ActivityThread.java:119)
E/AndroidRuntime( 3197): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1821)
E/AndroidRuntime( 3197): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3197): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 3197): at android.app.ActivityThread.main(ActivityThread.java:4310)
E/AndroidRuntime( 3197): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3197): at java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 3197): at     com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:860)
E/AndroidRuntime( 3197): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
E/AndroidRuntime( 3197): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3197): Caused by: android.view.InflateException: Binary XML file line #2: Error inflating class <unknown>
E/AndroidRuntime( 3197): at android.view.LayoutInflater.createView(LayoutInflater.java:513)
E/AndroidRuntime( 3197): at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56)   
E/AndroidRuntime( 3197): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:563)
E/AndroidRuntime( 3197): at android.view.LayoutInflater.inflate(LayoutInflater.java:385)
E/AndroidRuntime( 3197): at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
E/AndroidRuntime( 3197): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
E/AndroidRuntime( 3197): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:198)
E/AndroidRuntime( 3197): at android.app.Activity.setContentView(Activity.java:1622)
E/AndroidRuntime( 3197): at com.net.mapapplication.MainPage.onCreate(MainPage.java:23)
E/AndroidRuntime( 3197): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
E/AndroidRuntime( 3197): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2417)
E/AndroidRuntime( 3197): ... 11 more
E/AndroidRuntime( 3197): Caused by: java.lang.reflect.InvocationTargetException
E/AndroidRuntime( 3197): at android.widget.LinearLayout.<init>(LinearLayout.java:92)
E/AndroidRuntime( 3197): at java.lang.reflect.Constructor.constructNative(Native Method)
E/AndroidRuntime( 3197): at java.lang.reflect.Constructor.newInstance(Constructor.java:446)
E/AndroidRuntime( 3197): at android.view.LayoutInflater.createView(LayoutInflater.java:500)
E/AndroidRuntime( 3197): ... 21 more
E/AndroidRuntime( 3197): Caused by: android.content.res.Resources$NotFoundException: File res/drawable-hdpi/title_bar_shadow.9.png from drawable resource ID #0x7f02000f
E/AndroidRuntime( 3197): at android.content.res.Resources.loadDrawable(Resources.java:1710)
E/AndroidRuntime( 3197): at android.content.res.TypedArray.getDrawable(TypedArray.java:548)
E/AndroidRuntime( 3197): at android.view.View.<init>(View.java:1850)
E/AndroidRuntime( 3197): at android.view.View.<init>(View.java:1799)
E/AndroidRuntime( 3197): at android.view.ViewGroup.<init>(ViewGroup.java:282)
E/AndroidRuntime( 3197): ... 25 more
E/AndroidRuntime( 3197): Caused by: java.io.FileNotFoundException: res/drawable-hdpi/title_bar_shadow.9.png
E/AndroidRuntime( 3197): at android.content.res.AssetManager.openNonAssetNative(Native Method)
E/AndroidRuntime( 3197): at android.content.res.AssetManager.openNonAsset(AssetManager.java:391)
E/AndroidRuntime( 3197): at android.content.res.Resources.loadDrawable(Resources.java:1702)
E/AndroidRuntime( 3197): ... 29 more

My main XML file is as below:

?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<ImageView android:id="@+id/icon"
android:layout_height="wrap_content"
android:src="@drawable/icon"
android:layout_width="35dp"
android:layout_marginTop="4px"
android:layout_marginRight="4px"
android:layout_marginLeft="4px">
</ImageView>
<TextView android:text="@+id/TextView01"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/label"
android:textSize="20sp"
android:padding="10dp"
android:textStyle="bold"
android:textColor="#999900"></TextView>
/>
</LinearLayout>

The code for line at MainPage.java.23 is:

setContentView(R.layout.splashscreen);

For above line layout for xml file splashscreen is as below:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content" android:layout_height="fill_parent"
android:background="@drawable/paceuniversity">
</LinearLayout>
  • 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-26T08:20:23+00:00Added an answer on May 26, 2026 at 8:20 am

    Take a look at this : Caused by: android.content.res.Resources$NotFoundException: File res/drawable-hdpi/title_bar_shadow.9.png from drawable resource ID #0x7f02000. There is some resources error. Check whether this image exists and is being called correctly. You may also want to check all your XML files and resources.

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

Sidebar

Related Questions

In Android Emulator i am getting below Logcat Error: 03-11 04:44:56.663: ERROR/AndroidRuntime(403): java.lang.RuntimeException: Unable
I am getting below error. java.lang.NullPointerException 11-14 16:46:59.093: E/AndroidRuntime(4064): at android.content.ContextWrapper.getContentResolver(ContextWrapper.java:90) Using below code.
I am getting below error that causing crash. Terminating app due to uncaught exception
I'm trying to build a java application with gcj but getting the error below.
i'm getting exception on Transformer transformer = tFactory.newTransformer(StreamXSL); but the error below is not
I have added the library ksoap2-android-assembly-2.4-jar-with-dependencies.jar but i am getting below error : Exception
I was changing the vc++ include directory with new paths suddenly getting below error
I am getting the below error when executing my application on a Windows XP
i'm getting the below error, When compiling the Asp.Net web deploy project Could not
I am getting the error below when I call my WCF service. What am

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.