You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently applications can be build for Android with SDK 22 or above. However, with latest changes in tns-core-modules, applications cannot be build with SDK lower than 28. The problem is that the we've set min version of Android Support Library to be 28, which cannot be build with anything less than SDK 28. Trying to build such app with SDK 27 for example leads to error for missing resources.
So we need to set min required SDK for building to be 28.
Related issue: NativeScript/NativeScript#6331
The text was updated successfully, but these errors were encountered:
My project is under the latest Nativescript version (5.3), but my app needs to run on android 5.1.
I'm trying to run tns run android --bundle --compileSdk 22 but I'm asked to install Android SDK 28.
How can I generate a build for the version I need?
Couldn't find anything on the docs.
Currently applications can be build for Android with SDK 22 or above. However, with latest changes in tns-core-modules, applications cannot be build with SDK lower than 28. The problem is that the we've set min version of Android Support Library to be 28, which cannot be build with anything less than SDK 28. Trying to build such app with SDK 27 for example leads to error for missing resources.
So we need to set min required SDK for building to be 28.
Related issue: NativeScript/NativeScript#6331
The text was updated successfully, but these errors were encountered: