Skip to content

Require Android SDK 28 for compilation #3991

@rosen-vladimirov

Description

@rosen-vladimirov

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions