Hi,
I followed the instructions of this post but even after entering the dependencies in app/App_Resources/Android/app.gradle the problem persists. below the output of the cli
C:\Users\toset\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.0.2.aar\8dbfd87c694e6e33d9cb6a2f775dc2c6\res\values-v26\values-v26.xml:9:5-12:13: AAPT: error: resource android:attr/colorError not found.
C:\Users\toset\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.0.2.aar\8dbfd87c694e6e33d9cb6a2f775dc2c6\res\values-v26\values-v26.xml:13:5-16:13: AAPT: error: resource android:attr/colorError not found.
C:\Users\toset\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.0.2.aar\8dbfd87c694e6e33d9cb6a2f775dc2c6\res\values-v26\values-v26.xml:17:5-93: AAPT: error: style attribute 'android:attr/keyboardNavigationCluster' not found.
C:\Users\toset\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.0.2.aar\8dbfd87c694e6e33d9cb6a2f775dc2c6\res\values\values.xml:252:5-69: AAPT: error: resource android:attr/fontStyle not found.
C:\Users\toset\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.0.2.aar\8dbfd87c694e6e33d9cb6a2f775dc2c6\res\values\values.xml:252:5-69: AAPT: error: resource android:attr/font not found.
C:\Users\toset\.gradle\caches\transforms-1\files-1.1\appcompat-v7-27.0.2.aar\8dbfd87c694e6e33d9cb6a2f775dc2c6\res\values\values.xml:252:5-69: AAPT: error: resource android:attr/fontWeight not found.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugResources'.
- Failed to process resources, see aapt output above for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
BUILD FAILED in 28s
Unable to apply changes on device: ce12171c7864bf0f05. Error is: Command gradlew.bat failed with exit code 1.
Executing after-watch hook from C:\Users\toset\Documents\Lavoro\Siti\Test Nativescript\hooks\after-watch\nativescript-dev-typescript.js
Stopping tsc watch
Executing after-watch hook from C:\Users\toset\Documents\Lavoro\Siti\Test
- Nativescript\hooks\after-watch\nativescript-dev-typescript.js
Can someone help me?
thanks to all
Resolved with insert
compileSdkVersion 27
in app/App_Resources/Android/app.gradle