Is there an Android Studio activities for lower version APIs? -
i started programming using android studio , it's cute. @ first compile errors occurred.
i added login activity , found out activity not support programming older phones api9.
is there android studio activities lower version apis such api9 (android 2.3.3) ?
the way support earlier api versions through official android support libraries. these backported versions of more recent features added in later api levels.
see http://developer.android.com/tools/support-library/index.html more details.
if create new project using android studio wizard , set minimum sdk level 9 example, automatically include support library dependencies you.
Comments
Post a Comment