Re: [android-developers] Re: Problem running a compiled/packaged-with-v1.6 application on v1.5

2009-11-04 Thread Armond Avanes
to my project's > "layout/" > directory and added the above missing parameters to it. And in my > "preferences.xml" I assigned android:layout="@layout/preference_category" > attribute to all of the tags. The problem resolved!!! > > But I'm sti

Re: [android-developers] Re: Problem running a compiled/packaged-with-v1.6 application on v1.5

2009-11-04 Thread Armond Avanes
ond ----- Original Message ---- > From: Lance Nanek > To: Android Developers > Sent: Wed, November 4, 2009 3:44:20 AM > Subject: [android-developers] Re: Problem running a > compiled/packaged-with-v1.6 application on v1.5 > > Hmm, I have an app that similarly uses a Pre

[android-developers] Re: Problem running a compiled/packaged-with-v1.6 application on v1.5

2009-11-03 Thread Lance Nanek
Hmm, I have an app that similarly uses a PreferenceActivity and build target 1.6, but it runs fine on the 1.5 emulator. I wonder what we are doing different. Is your activity just the basic form like this? public class Preferences extends PreferenceActivity { @Override protected vo