Re: [android-developers] Re: build different version of android

2010-09-09 Thread TreKing
On Thu, Sep 9, 2010 at 12:19 AM, cindy wrote: > Don't get it. Don't get what? Do you expect to get help this way? > Anyone know the solution I just gave it to you. - TreKing

[android-developers] Re: build different version of android

2010-09-08 Thread Jason
The above-mentioned link should give you all you need to produce a multi-version app. Basically what it's saying is that you refer to any version-specific API's using java reflection. So there is no compile-time dependency with the later API's, and the code will only load these classes at runtime

[android-developers] Re: build different version of android

2010-09-08 Thread cindy
Don't get it. Anyone know the solution On Sep 8, 10:22 am, TreKing wrote: > On Wed, Sep 8, 2010 at 12:05 PM, cindy wrote: > > How could I do it? > > http://android-developers.blogspot.com/2009/04/backward-compatibility... > > --