[android-developers] how can i use an API from full debug build

2011-03-19 Thread Bruce Xia
hi, I want to use PreferenceManager.inflateFromResource() in my application. It's only available in the full build: framework_intermediates-classes-full-debug.jar How can I can use it? Thanks, Bruce -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] how can i use an API from full debug build

2011-03-19 Thread Mark Murphy
You don't, unless you are building your own firmware, in which case you are on the wrong list. On Sat, Mar 19, 2011 at 3:01 AM, Bruce Xia xia...@gmail.com wrote: hi, I want to use PreferenceManager.inflateFromResource() in my application. It's only available in the full build: