Skip to content
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

Bump minSDK to API 15 #3623

Closed
nhachicha opened this issue Oct 12, 2016 · 8 comments
Closed

Bump minSDK to API 15 #3623

nhachicha opened this issue Oct 12, 2016 · 8 comments

Comments

@nhachicha
Copy link
Collaborator

nhachicha commented Oct 12, 2016

We need to bump theminSDK to 11 as the lib is not usable under API < 11

createAllFromJson target an API 11 which is fine to avoid compile/install error under lower SDK but the implementation of Dalvik on lower API fails when the dependencies fails during classloading
(even if this deps is not used). This issue is highlighted by CommonWare
here

@nhachicha nhachicha self-assigned this Oct 12, 2016
@Zhuinden
Copy link
Contributor

Zhuinden commented Oct 12, 2016

Huh? The lib does work on API < 11, the referenced post said that API level 4 didn't allow it but API level 8 did. Otherwise I'm sure this would have come up a long time ago.

Don't forget, API level 8 is Froyo. The SO question worked for him on Froyo.

@nhachicha
Copy link
Collaborator Author

Here is a sample project that demonstrate the issue. https://www.dropbox.com/s/wnkgbrfpzxu9hr6/RealmHelloWorld.zip?dl=0

Trying to run this under Genymotion 2.3.7 API 10 will fail

@Zhuinden
Copy link
Contributor

Zhuinden commented Nov 7, 2016

I'm pretty sure we could run 0.82.2 which already had the JSON API on a Genymotion 2.3.7 emulator.

I think this issue is bogus, and the issue is the armeabi support: #3506

@beeender
Copy link
Contributor

The API 10 crash is because of #3726 . And I am fixing it. Close this now.

@beeender
Copy link
Contributor

Although with #3726 fix, our tests don't run well on API 10 devices. It could be another issue than #3726. Reopen this for tracking it.

@cmelchior
Copy link
Contributor

API 9 is now gone from https://developer.android.com/about/dashboards/index.html
API 10 is still at 1%, after that we can bump to 15

@cmelchior cmelchior changed the title Bump minSDK to API 11 Bump minSDK to API 15 Jan 30, 2017
@cmelchior
Copy link
Contributor

This is part of #6460

@cmelchior
Copy link
Contributor

With NDK 21 MinSdk is now 16

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

7 participants