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 to

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 com.hungama.myplay.activity.MusicScreen$FetchTopMusic.on

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 parsi

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 wrote: > And the logcat says? > > 31.01.2011 14:27, Robin

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 > wrote: On Mon, Jan 31, 2011 at 11:56 AM, David Erosa García mailto:soul...@gmail.com>> wrote: > On Mon, Jan 31, 2011 a

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 wrote: > On Mon, Jan 31, 2011 at 11:56 AM, David Erosa García > wrote: > > On Mon, Jan 31, 2011 at 11:04 AM, Robin Talwar > > wrote: > >> Ok now i have added a splash screen. > >> The Splash screen works fine but then t

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 wrote: > On Mon, Jan 31, 2011 at 11:04 AM, Robin Talwar > 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 >> an

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 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 possibly be wrong Maybe you ar

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 wrote: > On Sat, Jan 2

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 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 29, 2011 at 3:16 PM

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 wrote: > 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 > wrote: >

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 wrote: > > May be i messed up something in the process of converting it to 2.1 > > I have navigated to android tools -> Fix Project Pro

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

[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