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 confirm this is a suspected bug or issue that will affect other users
I have read the documentation thoroughly and it does not help solve my issue.
I have checked that no similar issues (open or closed) already exist.
Current behavior:
Getting error on Android when compiling for release build.
A problem was found with the configuration of task ':app:uploadCrashlyticsMappingFileRelease' (type 'UploadMappingFileTask').
Steps to reproduce:
Installing latest 14.2.1-cli
Run ionic cordova build android with release configuration
Screenshots
Android build issue:
Node JS version
18.10.0
Gradle version
7.4.2
Target Android SDK version
32
Other information:
I manage to resolve the compilation issue by modifying the firebasex gradle where i added apply plugin: com.google.gms.googleservices.GoogleServicesPlugin before apply plugin: com.google.firebase.crashlytics.buildtools.gradle.CrashlyticsPlugin line.
The text was updated successfully, but these errors were encountered:
Bug report
CHECKLIST
I have read the issue reporting guidelines
I confirm this is a suspected bug or issue that will affect other users
I have read the documentation thoroughly and it does not help solve my issue.
I have checked that no similar issues (open or closed) already exist.
Current behavior:
Getting error on Android when compiling for release build.
A problem was found with the configuration of task ':app:uploadCrashlyticsMappingFileRelease' (type 'UploadMappingFileTask').
Steps to reproduce:
ionic cordova build android
with release configurationScreenshots
Android build issue:
Other information:
I manage to resolve the compilation issue by modifying the firebasex gradle where i added
apply plugin: com.google.gms.googleservices.GoogleServicesPlugin
beforeapply plugin: com.google.firebase.crashlytics.buildtools.gradle.CrashlyticsPlugin
line.The text was updated successfully, but these errors were encountered: