Discussion Forums  >  Suggestions, Ideas, Wish List

Replies: 9    Views: 156

Prince apps
Aspiring developer
Profile
Posts: 121
Reg: Nov 23, 2012
Mumbai
1,210
06/29/14 02:46 AM (10 years ago)

Is it possible to make buzztouch apps compatible with android 2.2+ now?

hey gang as we all know buzztouch apps are not more compatible with older android version 2.2, 2.3 and 3.0 it's now only compatible with 4.0 and more. so is there any way to make this new apps compatible with all versions 2.2+ ?? just like bt2.0 apps? please give any ideas for that. help will be really appreciated.
 
kitkatman
Aspiring developer
Profile
Posts: 24
Reg: Jul 25, 2012
Lagos
1,340
like
06/29/14 03:13 AM (10 years ago)
You can use the support library to make 4.0 apps backwards compatible. developer.android.com/tools/support-library/index.html
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
06/29/14 05:14 AM (10 years ago)
If you're a member, and you're self hosted, you still have the option to create a BTv2 project, which for Android, is v2.2; However non-members do not have this option. In your situation, I'd try what kitkatman suggests... Cheers! -- Smug
 
Prince apps
Aspiring developer
Profile
Posts: 121
Reg: Nov 23, 2012
Mumbai
1,210
like
06/29/14 05:35 AM (10 years ago)
ok thanks Smug @Kitkatman & Mr.Smug please guide me how to do that? i will really thankful to you guys if you guys teach me that.
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
06/29/14 05:50 AM (10 years ago)
I'm not 100% sure. I know the AndroidManifest.xml file has a line like this: <uses-sdk android:minSdkVersion="14"/> Where you can state what the minimum SDK level is required... But I am a member, and I am self hosted, so when I need an older Android project (which, I kind of don't do anymore) I'd just use a BTv2 project. Sorry. Cheers! -- Smug
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
06/29/14 06:25 AM (10 years ago)
I'd recommend against it - it's only going to cause you headaches with support, even if you could get it to work. When you go to 2.2, you're basically marketing to all the $50 flip phones sold at the gas station or given away for free. I would go so far as to not even call these "smartphones". There's a lot of them out in the wild, but not held by many owners that care much about apps.
 
kitkatman
Aspiring developer
Profile
Posts: 24
Reg: Jul 25, 2012
Lagos
1,340
like
06/29/14 06:52 AM (10 years ago)
Its pretty straightforward. Download the package via sdk manager. U'll find it under Extras folder (Android support library) Before adding a Support Library to your application, decide what features you want to include and the lowest Android versions you want to support. I agree with chris and unless it is more of a learning experience, 4.0 is the new 2.2. Read http://developer.android.com/tools/support-library/setup.html#download
 
Nicks App
Code is Art
Profile
Posts: 426
Reg: May 21, 2014
Las Vegas
6,010
like
06/29/14 10:05 AM (10 years ago)
I'm looking at making mine API 18 and up.
 
Prince apps
Aspiring developer
Profile
Posts: 121
Reg: Nov 23, 2012
Mumbai
1,210
like
06/29/14 12:24 PM (10 years ago)
Thanks a lot Mr.smug and @kitkatman. i will let you know after try.
 
Prince apps
Aspiring developer
Profile
Posts: 121
Reg: Nov 23, 2012
Mumbai
1,210
like
06/30/14 11:34 PM (10 years ago)
it's not working i have tried to add support lib as @kitkatman said. no luck app still crashing on 2.2+ devices. is there anybody here who can guide me through perfect setup for support lib to make app compatible for 2.2+ users?
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.