> 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 not using 2.2 features then it's just matter of
setting targetSdk as low as you can and rebuilding your project (would
clear project "just in case" myself). So if it now crashes it may be
just bug in your code. Debug it as such. Or check logs and stacktrace
you get on crash.

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

Reply via email to