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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:47:12+00:00 2026-05-25T19:47:12+00:00

I am using Samsung Galaxy S 4G (the new one). Previously, I tested this

  • 0

I am using Samsung Galaxy S 4G (the new one). Previously, I tested this on the Dell Streak Tablet phone, as well as the HTC Desire, and it performed perfectly.

But now, when I start the application things are misaligned, and as I use the application the text becomes smaller and smaller, the graphics become skewed, until finally the app crashes.

Why is this? And how can I fix it?

I am NOT changing the size of anything … like I said, I’ve used the same application on two other devices and nothing has made a difference. I am currently thinking it maybe has to do with the Manifest file, an SDK version issue? I read about a similar issue when someone changed language, the text got smaller, which was fixed with

<uses-sdk android:minSdkVersion="integer"> 

so I am looking into that.

Edit: The logcat output:

09-21 15:18:34.301: ERROR/AndroidRuntime(7377): FATAL EXCEPTION: main
09-21 15:18:34.301: ERROR/AndroidRuntime(7377): java.lang.RuntimeException: Unable to          start activity  ComponentInfo{a.company.organization/a.company.organization.travel.TravelTab}:     java.lang.RuntimeException: Unable to start activity    ComponentInfo{a.company.organization/a.company.organization.travel.TravelMap}:   android.view.InflateException: Binary XML file line #130: Error inflating class <unknown>
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at   android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at    android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.app.ActivityThread.access$2300(ActivityThread.java:125)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.os.Handler.dispatchMessage(Handler.java:99)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.os.Looper.loop(Looper.java:123)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.app.ActivityThread.main(ActivityThread.java:4627)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at java.lang.reflect.Method.invokeNative(Native Method)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at java.lang.reflect.Method.invoke(Method.java:521)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at dalvik.system.NativeStart.main(Native Method)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377): Caused by: java.lang.RuntimeException: Unable to start activity ComponentInfo{a.company.organization/a.company.organization.travel.TravelMap}: android.view.InflateException: Binary XML file line #130: Error inflating class <unknown>09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.app.ActivityThread.startActivityNow(ActivityThread.java:2503)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.app.LocalActivityManager.moveToState(LocalActivityManager.java:127)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.app.LocalActivityManager.startActivity(LocalActivityManager.java:339)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at a.company.organization.tabcontrol.TabBarActivity.displayCurrentScreen(TabBarActivity.java:159)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at a.company.organization.tabcontrol.TabBarActivity.displayCurrentScreen(TabBarActivity.java:137)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at a.company.organization.tabcontrol.TabBarActivity.setCurrentTab(TabBarActivity.java:422)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at a.company.organization.tabcontrol.TabBarActivity.onCreate(TabBarActivity.java:369)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1049)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     ... 11 more
09-21 15:18:34.301: ERROR/AndroidRuntime(7377): Caused by: android.view.InflateException: Binary XML file line #130: Error inflating class <unknown>
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.view.LayoutInflater.createView(LayoutInflater.java:513)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at com.android.internal.policy.impl.PhoneLayoutInflater.onCreateView(PhoneLayoutInflater.java:56)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:563)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.view.LayoutInflater.rInflate(LayoutInflater.java:618)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.view.LayoutInflater.rInflate(LayoutInflater.java:621)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.view.LayoutInflater.rInflate(LayoutInflater.java:621)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.view.LayoutInflater.rInflate(LayoutInflater.java:621)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at a.company.organization.travel.TravelMap.onCreate(TravelMap.java:66)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1049)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     ... 20 more
09-21 15:18:34.301: ERROR/AndroidRuntime(7377): Caused by: java.lang.reflect.InvocationTargetException
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.widget.ImageView.<init>(ImageView.java:108)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at java.lang.reflect.Constructor.constructNative(Native Method)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at java.lang.reflect.Constructor.newInstance(Constructor.java:446)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.view.LayoutInflater.createView(LayoutInflater.java:500)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     ... 32 more
09-21 15:18:34.301: ERROR/AndroidRuntime(7377): Caused by: android.content.res.Resources$NotFoundException: File res/drawable-mdpi/carousel_top_bar.png from drawable resource ID #0x7f020087
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.content.res.Resources.loadDrawable(Resources.java:1714)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.content.res.TypedArray.getDrawable(TypedArray.java:601)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.widget.ImageView.<init>(ImageView.java:118)
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     ... 36 more
09-21 15:18:34.301: ERROR/AndroidRuntime(7377): Caused by: java.lang.IllegalArgumentException: width and height must be > 0
09-21 15:18:34.301: ERROR/AndroidRuntime(7377):     at android.graphics.Bitmap.nativeCreate(Nati
09-21 15:18:34.313: WARN/ActivityManager(6572):   Force finishing activity a.company.organization/.travel.TravelTab
09-21 15:18:34.316: ERROR/(6572): Dumpstate > /data/log/dumpstate_app_error
  • 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-25T19:47:13+00:00Added an answer on May 25, 2026 at 7:47 pm

    To fix this issue, you should restrict the sdk version. To do that for 2.0 and above add:

    <uses-sdk android:minSdkVersion="5" android:maxSdkVersion="5" />
    

    You should also modify the Manifest file to include:

    <supports-screens android:smallScreens="true"
     android:largeScreens="true" android:resizeable="false"
     android:normalScreens="true" android:anyDensity="true"></supports-screens>
    

    The resources I used for finding out about is here, and for API Level to Platform level check I used this

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

Sidebar

Related Questions

I've recently purchased Samsung Galaxy Android phone after using Openmoko phone for 2 years.
I am using new device for testing named Samsung Galaxy SII but i am
I'm using Samsung Galaxy POP. Android version 2.2 Froyo. I'm new to android programming.
(using Samsung Galaxy Tab and Android 3.0, this is intended to work on every
I am using Samsung Galaxy Note to run a phonegap application. When I take
I'm currently using a Samsung Galaxy Tab P1000, and I'm stuck in a problem
Tested on Android, Samsung Galaxy S, phonegap version: 1.3.0 I´m building a user based
I'm using Samsung Galaxy S2 Whenever i'm receiving the files from Another Device. It's
I'm using Samsung Galaxy tab 10.1. After connecting it to PC, I always get
Presently I am developing Android application for Samsung galaxy tab. I am using default

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.