简体   繁体   中英

Can i run my code of API level 7 i.e eclair in android studio?

I want to make changes in my old version code that is in API level 7 I need to add navigation sliding bar like google play store has and add FAB button in it My question is

Q-1) If I add this FAB to my old code will my app crash?

Q-2) Is there any way to make my old version code to run on other version of android ie highest version of android?

I have run my code for API level 8 in android studio, And I still Use to develop a legacy project on API level 8 and above. By theoretically API 7 should support, Try it. or you can set the compile level of your app as API 8 keeping the lowest version allowed to 7 and it should work.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM