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
The new android runtime requires sdk 28. If you build such project with tns build --compileSdk 27 the build will fail with error for missing resources. We need a check in that case and warning that you cannot build project with last android runtime with sdk lower than 28.
Steps:
tns create TestApp --js
tns platform add android@next
tns build android --compileSdk 27
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':app:processDebugResources'.
CLI: 5.0.0-2018-10-16-12488 (RC)
Android Runtime: 5.0.0-2018-10-23-165909-01
The new android runtime requires sdk 28. If you build such project with tns build --compileSdk 27 the build will fail with error for missing resources. We need a check in that case and warning that you cannot build project with last android runtime with sdk lower than 28.
Steps:
FAILURE: Build failed with an exception.
Execution failed for task ':app:processDebugResources'.
The text was updated successfully, but these errors were encountered: