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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:54:39+00:00 2026-05-25T01:54:39+00:00

I am having an issue w/ a pretty basic login screen. It does have

  • 0

I am having an issue w/ a pretty basic login screen. It does have a view flipper and relative layouts, both supported since API 1 as far as I can tell. Getting the following error :

08-23 13:20:45.567: ERROR/AndroidRuntime(801): Uncaught handler: thread main exiting due to uncaught exception
08-23 13:20:45.577: ERROR/AndroidRuntime(801): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.munzee.android.client/com.munzee.android.client.LogInActivity}: android.view.InflateException: Binary XML file line #22: Error inflating class java.lang.reflect.Constructor
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2268)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2284)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.app.ActivityThread.access$1800(ActivityThread.java:112)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1692)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.os.Handler.dispatchMessage(Handler.java:99)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.os.Looper.loop(Looper.java:123)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.app.ActivityThread.main(ActivityThread.java:3948)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at java.lang.reflect.Method.invokeNative(Native Method)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at java.lang.reflect.Method.invoke(Method.java:521)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at dalvik.system.NativeStart.main(Native Method)
08-23 13:20:45.577: ERROR/AndroidRuntime(801): Caused by: android.view.InflateException: Binary XML file line #22: Error inflating class java.lang.reflect.Constructor
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.view.LayoutInflater.createView(LayoutInflater.java:512)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:562)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.view.LayoutInflater.rInflate(LayoutInflater.java:617)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.view.LayoutInflater.rInflate(LayoutInflater.java:620)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.view.LayoutInflater.inflate(LayoutInflater.java:407)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:309)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.app.Activity.setContentView(Activity.java:1626)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at com.munzee.android.client.LogInActivity.onCreate(LogInActivity.java:74)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1123)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2231)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     ... 11 more
08-23 13:20:45.577: ERROR/AndroidRuntime(801): Caused by: java.lang.reflect.InvocationTargetException
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.widget.ImageView.<init>(ImageView.java:103)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at java.lang.reflect.Constructor.constructNative(Native Method)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at java.lang.reflect.Constructor.newInstance(Constructor.java:446)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.view.LayoutInflater.createView(LayoutInflater.java:499)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     ... 23 more
08-23 13:20:45.577: ERROR/AndroidRuntime(801): Caused by: android.content.res.Resources$NotFoundException: File res/drawable/title_logo.xml from drawable resource ID #0x7f020056
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.content.res.Resources.loadDrawable(Resources.java:1625)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.content.res.TypedArray.getDrawable(TypedArray.java:548)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.widget.ImageView.<init>(ImageView.java:113)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     ... 27 more
08-23 13:20:45.577: ERROR/AndroidRuntime(801): Caused by: android.content.res.Resources$NotFoundException: Resource ID #0x7f020058
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.content.res.Resources.getValue(Resources.java:846)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.content.res.Resources.getDrawable(Resources.java:534)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.graphics.drawable.StateListDrawable.inflate(StateListDrawable.java:146)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:749)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.graphics.drawable.Drawable.createFromXml(Drawable.java:695)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     at android.content.res.Resources.loadDrawable(Resources.java:1622)
08-23 13:20:45.577: ERROR/AndroidRuntime(801):     ... 29 more

I looked at another SO post (which suggested removing the drawable-mdpi to the drawable folder), which did not help.

What is crazy is in my R.java there is no resource ID for 0x7f020056 or 0x7f020058…

Chris.

  • 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-25T01:54:40+00:00Added an answer on May 25, 2026 at 1:54 am

    As far as I am aware you are not allowed to have a drawable-mdpi folder if you are building to 1.5. All of the screen size related resource folder modifiers were introduced with android 1.6 (which was the first version of the SDK to support multiple screen sizes). Unless you have a specific reason not to I would suggest building your application to at least SDK version 1.6. There are too many devices with too many different screen sizes out there to make something built with 1.5 look good on all of them. If you must keep your project at 1.5 then you probably just need to get rid of any folders with screen size modifiers so: “drawable-mdpi”, “drawable-hdpi”, “drawable-ldpi” all need to go away and you should have only “drawable”

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

Sidebar

Related Questions

I'm having a strange issue with my AdvancedDataGrid. I have a pretty basic (no
I have created a pretty basic Flash website for a client and am having
I'm pretty sure I'm having a CSS issue, but I just can't figure out
Having an issue here that I have tried everything I can think of but
again. Right now I'm having issues with some pretty basic functionality in PHP. I
I'm having an issue with an image button that I have built. When I
Im having a little issue with using more than 1 UITableView on a view.
having an issue supporting IE6 (meh).. I have an update panel that is triggered
i have been pretty pleased so far with this plugin, but am having a
I'm pretty new to rails and seem to be having an issue with the

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.