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
When I try to run ./gradlew buildRelease I receive the following error on my build. ./gradlew assembleRelease works fine
Task 'buildRelease' is ambiguous in root project 'App' and its subprojects. Candidates are: 'buildCMakeRelease', 'buildCMakeRelease[arm64-v8a][realm-js-android-binding]', 'buildCMakeRelease[armeabi-v7a][realm-js-android-binding]', 'buildCMakeRelease[x86][realm-js-android-binding]', 'buildCMakeRelease[x86_64][realm-js-android-binding]', 'buildReleasePreBundle'.
Stacktrace & log output
FAILURE: Build failed with an exception.
* What went wrong:
Task 'buildRelease' is ambiguous in root project 'App' and its subprojects. Candidates are: 'buildCMakeRelease', 'buildCMakeRelease[arm64-v8a][realm-js-android-binding]', 'buildCMakeRelease[armeabi-v7a][realm-js-android-binding]', 'buildCMakeRelease[x86][realm-js-android-binding]', 'buildCMakeRelease[x86_64][realm-js-android-binding]', 'buildReleasePreBundle'.
How frequently does the bug occur?
Description
When I try to run
./gradlew buildRelease
I receive the following error on my build../gradlew assembleRelease
works fineTask 'buildRelease' is ambiguous in root project 'App' and its subprojects. Candidates are: 'buildCMakeRelease', 'buildCMakeRelease[arm64-v8a][realm-js-android-binding]', 'buildCMakeRelease[armeabi-v7a][realm-js-android-binding]', 'buildCMakeRelease[x86][realm-js-android-binding]', 'buildCMakeRelease[x86_64][realm-js-android-binding]', 'buildReleasePreBundle'.
Stacktrace & log output
Can you reproduce the bug?
Always
Reproduction Steps
cd android
./gradlew clean
./gradlew buildRelease
Version
12.11.0
What services are you using?
Local Database only
Are you using encryption?
Yes
Platform OS and version(s)
Android
Build environment
buildToolsVersion = "34.0.0"
minSdkVersion = 21
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "25.1.8937393"
kotlinVersion = "1.8.0"
Gradle = "8.3"
Cocoapods version
No response
The text was updated successfully, but these errors were encountered: