Получение ошибки как «AAPT: Ошибка при получении родительского элемента» при создании приложения Visual Studio Cordova - PullRequest
0 голосов
/ 12 июня 2019

Получение следующей ошибки при создании приложения Visual studio Cordova (JavaScript)

1>MSBUILD : cordova-build error : D:\SHFLSales\SHFLSales\platforms\android\build\intermediates\res\merged\release\values-v24\values-v24.xml:3: AAPT: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.
1>MSBUILD : cordova-build error : D:\SHFLSales\SHFLSales\platforms\android\build\intermediates\res\merged\release\values-v24\values-v24.xml:4: AAPT: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.


1>MSBUILD : cordova-build error : D:\SHFLSales\SHFLSales\platforms\android\build\intermediates\exploded-aar\com.android.support\appcompat-v7\26.1.0\res\values-v26\values-v26.xml:13:5-16:13: AAPT: No resource found that matches the given name: attr 'android:keyboardNavigationCluster'.
1>MSBUILD : cordova-build error : FAILURE: Build failed with an exception.
1>MSBUILD : cordova-build error : * What went wrong:
1>MSBUILD : cordova-build error : Execution failed for task ':processReleaseResources'.
1>MSBUILD : cordova-build error : > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'D:\Android\Sdk\build-tools\29.0.0\aapt.exe'' finished with non-zero exit value 1
...