Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Android Runtime Support for older Android versions #357

Closed
trancee opened this issue Feb 15, 2016 · 6 comments
Closed

Android Runtime Support for older Android versions #357

trancee opened this issue Feb 15, 2016 · 6 comments
Milestone

Comments

@trancee
Copy link

trancee commented Feb 15, 2016

Since the root issue was closed on the NativeScript main project site, I would like to continue the discussion here as recommended in the last post:
NativeScript/NativeScript#453

What is the current progress on the support for older Android versions (API >= 10)?

@slavchev
Copy link

@trancee

The work is already in progress. Please use this issue #198

@trancee
Copy link
Author

trancee commented Feb 16, 2016

You are saying, #198 is also supporting older SDK, like API 10? Because that issue is talking about API 16 and I need even older API support. Thank you for the clarification.

@Plamen5kov
Copy link
Contributor

Hi, @trancee
There is a PR: #364 and when it's accepted into the master we will be able to lower the api version.
Yes, we can lower the version of the android-runtime to api level 10, but this will affect ONLY the android-runtime.
What this means is you won't be able to use the tns_modules, because for the moment they have dependency to api level 17, and you will have to write your own code if you want to support api level lower than 17.

@trancee
Copy link
Author

trancee commented Feb 26, 2016

@Plamen5kov Thank you for the update and the additional information. Although I have no idea about tns_modules and how to make them API Level 10 conform, I hope that someone else will pick up the work and ensures backwards compatibility.

@slavchev
Copy link

@trancee API level 10 is supported now #198 (comment)

@Plamen5kov
Copy link
Contributor

issue should be moved to {N} modues:
NativeScript/NativeScript#1742

@Plamen5kov Plamen5kov changed the title Support older Android versions Android Runtime Support for older Android versions Mar 11, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants