What went wrong:
Could not determine the dependencies of task ':react-native-thermal-receipt-printer-image-qr:compileDebugAidl'.
Installed Build Tools revision 32.0.0 is corrupted. Remove and install again using the SDK Manager.
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.
ext {
buildToolsVersion = "29.0.2"
minSdkVersion = 21
compileSdkVersion = 30
targetSdkVersion = 30
// Remove 'supportLibVersion' property and put specific versions for AndroidX libraries
androidXCore = "1.0.2"
// Put here other AndroidX dependencies
}
FAILURE: Build failed with an exception.
What went wrong: Could not determine the dependencies of task ':react-native-thermal-receipt-printer-image-qr:compileDebugAidl'.
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.
Get more help at https://help.gradle.org
BUILD FAILED in 5s
In => android/build.grandle
ext { buildToolsVersion = "29.0.2" minSdkVersion = 21 compileSdkVersion = 30 targetSdkVersion = 30 // Remove 'supportLibVersion' property and put specific versions for AndroidX libraries androidXCore = "1.0.2" // Put here other AndroidX dependencies }
Please give a solution... Thanks for advance.