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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T13:01:40+00:00 2026-06-13T13:01:40+00:00

Problem is my app was running perfectly fine before adding some images to resource

  • 0

Problem is my app was running perfectly fine before adding some images to resource folders. After adding, it just stopped working. I checked each and every image’s extensions but in the end, I am stuck but the following logcat message. One more thing is working fine on large and normal device but don’t work on small devices. Thanks in advance.

 10-31 11:18:25.431: E/AndroidRuntime(637): FATAL EXCEPTION: main
10-31 11:18:25.431: E/AndroidRuntime(637): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.newdesign/com.example.newdesign.Recipe}: android.view.InflateException: Binary XML file line #83: Error inflating class <unknown>
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1956)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1981)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.app.ActivityThread.access$600(ActivityThread.java:123)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1147)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.os.Handler.dispatchMessage(Handler.java:99)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.os.Looper.loop(Looper.java:137)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.app.ActivityThread.main(ActivityThread.java:4424)
10-31 11:18:25.431: E/AndroidRuntime(637):  at java.lang.reflect.Method.invokeNative(Native Method)
10-31 11:18:25.431: E/AndroidRuntime(637):  at java.lang.reflect.Method.invoke(Method.java:511)
10-31 11:18:25.431: E/AndroidRuntime(637):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
10-31 11:18:25.431: E/AndroidRuntime(637):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
10-31 11:18:25.431: E/AndroidRuntime(637):  at dalvik.system.NativeStart.main(Native Method)
10-31 11:18:25.431: E/AndroidRuntime(637): Caused by: android.view.InflateException: Binary XML file line #83: Error inflating class <unknown>
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.view.LayoutInflater.createView(LayoutInflater.java:606)
10-31 11:18:25.431: E/AndroidRuntime(637):  at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.view.LayoutInflater.onCreateView(LayoutInflater.java:653)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:678)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.view.LayoutInflater.rInflate(LayoutInflater.java:739)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.view.LayoutInflater.inflate(LayoutInflater.java:489)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.view.LayoutInflater.inflate(LayoutInflater.java:396)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.view.LayoutInflater.inflate(LayoutInflater.java:352)
10-31 11:18:25.431: E/AndroidRuntime(637):  at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:251)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.app.Activity.setContentView(Activity.java:1835)
10-31 11:18:25.431: E/AndroidRuntime(637):  at com.example.newdesign.Recipe.onCreate(Recipe.java:58)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.app.Activity.performCreate(Activity.java:4465)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1049)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1920)
10-31 11:18:25.431: E/AndroidRuntime(637):  ... 11 more
10-31 11:18:25.431: E/AndroidRuntime(637): Caused by: java.lang.reflect.InvocationTargetException
10-31 11:18:25.431: E/AndroidRuntime(637):  at java.lang.reflect.Constructor.constructNative(Native Method)
10-31 11:18:25.431: E/AndroidRuntime(637):  at java.lang.reflect.Constructor.newInstance(Constructor.java:417)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.view.LayoutInflater.createView(LayoutInflater.java:586)
10-31 11:18:25.431: E/AndroidRuntime(637):  ... 24 more
10-31 11:18:25.431: E/AndroidRuntime(637): Caused by: java.lang.OutOfMemoryError
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.graphics.BitmapFactory.nativeDecodeAsset(Native Method)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:483)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.graphics.BitmapFactory.decodeResourceStream(BitmapFactory.java:351)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.graphics.drawable.Drawable.createFromResourceStream(Drawable.java:773)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.content.res.Resources.loadDrawable(Resources.java:1935)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.content.res.TypedArray.getDrawable(TypedArray.java:601)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.view.View.<init>(View.java:2785)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.view.View.<init>(View.java:2722)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.view.ViewGroup.<init>(ViewGroup.java:379)
10-31 11:18:25.431: E/AndroidRuntime(637):  at android.widget.RelativeLayout.<init>(RelativeLayout.java:174)
10-31 11:18:25.431: E/AndroidRuntime(637):  ... 27 more
  • 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-13T13:01:41+00:00Added an answer on June 13, 2026 at 1:01 pm

    Judging by these lines

    Caused by: java.lang.OutOfMemoryError
    10-31 11:18:25.431: E/AndroidRuntime(637):  at android.graphics.BitmapFactory.nativeDecodeAsset(Native Method)
    

    it looks you are having a too big Bitmap somewhere (in the resources maybe)

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

Sidebar

Related Questions

I'm using django with app-engine-patch and I'm having this wierd problem running manage.py dumpdata
I'm facing the following problem : my app has to load some web-content and
I'm having a problem closing my app after NSSavePanel has been used... If I
I'm having a very annoying problem using Facebook's sign-on. It works perfectly fine when
I'm having some hard time running my app on Heroku - The app runs
So I have a compiled and running Siphon app but it just won't make
My Java web app running Tomcat (7.0.28) periodically becomes unresponsive. I'm hoping for some
I am having some problem in installing my app on the iphone as I
I am working on a weather app, and have everything working perfectly ...Except the
I have a curious problem: My app is distributed through ClickOnce. I recently installed

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.