Re: [android-developers] Error when i try to convert the minSDK version from 8 to 7

2011-01-31 Thread Robin Talwar
Ok now i have added a splash screen. The Splash screen works fine but then the activity which is to list the xml parsed data is showing the force close error in 2.1 and i working fine in 2.2 where could i possibly be wrong On Sat, Jan 29, 2011 at 5:49 PM, David Erosa García

Re: [android-developers] Error when i try to convert the minSDK version from 8 to 7

2011-01-31 Thread David Erosa García
On Mon, Jan 31, 2011 at 11:04 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Ok now i have added a splash screen. The Splash screen works fine but then the activity which is to list the xml parsed data is showing the force close error in 2.1 and i working fine in 2.2 where could i

Re: [android-developers] Error when i try to convert the minSDK version from 8 to 7

2011-01-31 Thread David Erosa García
On Mon, Jan 31, 2011 at 11:56 AM, David Erosa García soul...@gmail.com wrote: On Mon, Jan 31, 2011 at 11:04 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Ok now i have added a splash screen. The Splash screen works fine but then the activity which is to list the xml parsed data is

Re: [android-developers] Error when i try to convert the minSDK version from 8 to 7

2011-01-31 Thread Robin Talwar
I am using fill_parent On Mon, Jan 31, 2011 at 4:27 PM, David Erosa García soul...@gmail.comwrote: On Mon, Jan 31, 2011 at 11:56 AM, David Erosa García soul...@gmail.com wrote: On Mon, Jan 31, 2011 at 11:04 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Ok now i have added a

Re: [android-developers] Error when i try to convert the minSDK version from 8 to 7

2011-01-31 Thread Kostya Vasilyev
And the logcat says? 31.01.2011 14:27, Robin Talwar ?: I am using fill_parent On Mon, Jan 31, 2011 at 4:27 PM, David Erosa García soul...@gmail.com mailto:soul...@gmail.com wrote: On Mon, Jan 31, 2011 at 11:56 AM, David Erosa García soul...@gmail.com mailto:soul...@gmail.com

Re: [android-developers] Error when i try to convert the minSDK version from 8 to 7

2011-01-31 Thread Robin Talwar
Caused due to Null Pointer Exception but the same code runs on 2.2 so it is quite wierd I have async task in my application to show progress dialog while the app is parsing xml by the time On Mon, Jan 31, 2011 at 4:59 PM, Kostya Vasilyev kmans...@gmail.com wrote: And the logcat says?

Re: [android-developers] Error when i try to convert the minSDK version from 8 to 7

2011-01-31 Thread Kostya Vasilyev
Please post complete logcat error stack trace, including below Caused by: -- Kostya 31.01.2011 14:34, Robin Talwar пишет: Caused due to Null Pointer Exception but the same code runs on 2.2 so it is quite wierd I have async task in my application to show progress dialog while the app is

Re: [android-developers] Error when i try to convert the minSDK version from 8 to 7

2011-01-31 Thread Robin Talwar
01-31 17:02:14.526: ERROR/AndroidRuntime(311): Uncaught handler: thread main exiting due to uncaught exception 01-31 17:02:14.545: ERROR/AndroidRuntime(311): java.lang.NullPointerException 01-31 17:02:14.545: ERROR/AndroidRuntime(311): at

Re: [android-developers] Error when i try to convert the minSDK version from 8 to 7

2011-01-31 Thread Kostya Vasilyev
31.01.2011 14:45, Robin Talwar пишет: 01-31 17:02:14.545: ERROR/AndroidRuntime(311): java.lang.NullPointerException 01-31 17:02:14.545: ERROR/AndroidRuntime(311): at com.hungama.myplay.activity.MusicScreen$FetchTopMusic.onPostExecute(MusicScreen.java:155) There you go. Use the debugger

[android-developers] Error when i try to convert the minSDK version from 8 to 7

2011-01-29 Thread Abhishek Talwar
Hi guys I made an application on android 2.2 api but i also want to run it on android 2.1 api I am not using any 2.2 specific library and it should work absolutely fine . May be i messed up something in the process of converting it to 2.1 I have navigated to android tools - Fix Project Properties

Re: [android-developers] Error when i try to convert the minSDK version from 8 to 7

2011-01-29 Thread Marcin Orlowski
May be i messed up something in the process of converting it to 2.1 I have navigated to android tools - Fix Project Properties and set the api level Changed it manually in androidManifest but still it is giving me the Null Pointer Exception What could possibly be left out If your code is

Re: [android-developers] Error when i try to convert the minSDK version from 8 to 7

2011-01-29 Thread Robin Talwar
Yes i have done everything now if i run the build on 2.1 it says Android Library project could not be launched On Sat, Jan 29, 2011 at 3:16 PM, Marcin Orlowski webnet.andr...@gmail.comwrote: May be i messed up something in the process of converting it to 2.1 I have navigated to android tools

Re: [android-developers] Error when i try to convert the minSDK version from 8 to 7

2011-01-29 Thread Robin Talwar
and in console it says Could not find MyApplication.apk! On Sat, Jan 29, 2011 at 5:06 PM, Robin Talwar r.o.b.i.n.abhis...@gmail.comwrote: Yes i have done everything now if i run the build on 2.1 it says Android Library project could not be launched On Sat, Jan 29, 2011 at 3:16 PM, Marcin

Re: [android-developers] Error when i try to convert the minSDK version from 8 to 7

2011-01-29 Thread David Erosa García
On Sat, Jan 29, 2011 at 12:36 PM, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Yes i have done everything now if i run the build on 2.1 it says Android Library project could not be launched Check the project properties. It looks like you have checked the Is library checkbox. On Sat, Jan