-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build android project #35
Comments
any update for this one ? |
Any update??? |
Still not working ... |
I faced the same issue with the PhoneGap project. Here are the steps that I followed and it worked for me:
After making the required changes on the project build the project and run on a real device. Then check the "FirebaseCrashlytics" instance and initialize it. Once done log some errors and force crash the app. And then restart the app. Now you will see the crash list in the Firebase console. During this, you have to register your app in the firebase console and you have to add the If you are using FCM for a push notification (https://github.com/phonegap/phonegap-plugin-push) then remove the plugin and reinstall the same. Now my project contains:
Thank you |
Same problem with capacitor, tried SubhajitSarkar's suggestion but I didn't make it |
Facing same problem with capacitor ....any update?? |
any update please? |
I have released a new version with updated dependencies, removing the original Fabric dependencies. Please try again and see how it goes. |
Any idea why i keep getting this exception in my android app. All I'm doing is just adding the module
Caused by: com.android.build.gradle.internal.crash.ExternalApiUsageException: groovy.lang.MissingPropertyException: Could not get unknown property 'assemble' for task ':capacitor-cordova-android-plugins:assembleDebug' of type org.gradle.api.Task.
The text was updated successfully, but these errors were encountered: