[android-developers] versioning error in Android 2.0

2012-08-06 Thread VIPIN
Hello All,
I am new  in Android 
I have develop a app in android api level 8( version 2.2). And it is 
working fine. But when i run this program in Lower version , then it work 
fine with API level 6  7. But it gives error in API level 5. It shows 
error :

 ERROR/AndroidRuntime(287): Uncaught handler: thread main exiting due to 
uncaught exception

 ERROR/AndroidRuntime(287): java.lang.RuntimeException: Unable to start 
activity ComponentInfo{com.tech.gift/com.tech.gift.HomeLayoutActivity}: 
android.view.InflateException: Binary XML file line #24: Error inflating 
class android.widget.FrameLayout
 

I have check all xml file as well as activity files. but there is not any 
problam.

Plz suggest we what i do to rum my App on API level 5 of Android.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] versioning error in Android 2.0

2012-08-06 Thread Justin Anderson
What are you using to target API Level 5?  According to the dashboards, API
level 5 is used on approximately 0% of all devices out there...

http://developer.android.com/about/dashboards/index.html



Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Sat, Aug 4, 2012 at 3:59 AM, VIPIN vipinkes...@gmail.com wrote:

 level

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en