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
I'm unable to generate a release build after upgrading to React Native 56:
:react-native-material-kit:verifyReleaseResources/Users/user/.gradle/caches/transforms-1/files-1.1/appcompat-v7-26.1.0.aar/d966a29d4964b9817b018d8a3a1d16a4/res/values-v26/values-v26.xml:13:5-16:13: AAPT: No resource found that matches the given name: attr 'android:keyboardNavigationCluster'.
FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':react-native-material-kit:verifyReleaseResources'.
> com.android.ide.common.process.ProcessException: Failed to execute aapt
Looks like compileSdkVersion and buildToolsVersion in build.gradle need to be updated. They're pointing to old versions right now:
compileSdkVersion 24
buildToolsVersion '23.0.3'
The text was updated successfully, but these errors were encountered:
I'm unable to generate a release build after upgrading to React Native 56:
Looks like compileSdkVersion and buildToolsVersion in
build.gradle
need to be updated. They're pointing to old versions right now:The text was updated successfully, but these errors were encountered: