-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade default API Level to 16 #43
Comments
- Upgrade API version to 16 (pocorall#43) - Initial 'support-v4' wrapping - Improved listener extraction
Changes: - Upgrade API version to 16 (pocorall#43) - Initial 'support-v4' wrapping - Improved listener extraction Todo: - Extract android classes only once - Improve 'support-v4'
I chosen Android Lv8 because it covers 98 percent of activated devices. To be accepted by wide range of Android developers, Scaloid should be run on most of the devices. |
From Android developer guide:
Usually using higher level of SDK doesn't prevent running on older devices. For example, even ActionbarSherlock uses platform version 4.0.1.2 for compilation (here's pom.xml) and it runs on my old GingerBread device. My suggestion is as follows:
Then we don't need to publish Scaloid |
OK, thank you for your good suggestion 👍 |
+1 on this suggestion On Tue, May 28, 2013 at 9:53 AM, Sung-Ho Lee [email protected]:
|
I'm trying to merge
support-v4
package into this repo using SBT's multiple project feature to provide consistent Scaloid API.Unfortunately, current supported API level is 8 only which causes when extracting
support-v4-r7
classes due to that it requires Android 4.0.1.2 at least.For 2.0 release, I suggest increasing API level to 16 and providing
support-v4
in this repo because most famous third-party libraries support it.The text was updated successfully, but these errors were encountered: