FabricPlugin: Android build error
On android build i got this error message
Error: /Users/vomchik/Projects/LITS/toolook/toolook-app/platforms/android/gradlew: Command failed with exit code 1 Error output: /Users/vomchik/Projects/LITS/toolook/toolook-app/platforms/android/src/com/sarriaroman/fabric/FabricPlugin.java:142: error: cannot find symbol JavaScriptException ex = new JavaScriptException(data.getString(0)); ^ symbol: class JavaScriptException /Users/vomchik/Projects/LITS/toolook/toolook-app/platforms/android/src/com/sarriaroman/fabric/FabricPlugin.java:142: error: cannot find symbol JavaScriptException ex = new JavaScriptException(data.getString(0)); ^ symbol: class JavaScriptException
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 8
- Comments: 22 (1 by maintainers)
I’ve also had the same problem:
PATHREMOVED/cordova/platforms/android/src/com/sarriaroman/fabric/FabricPlugin.java:142: error: cannot find symbol 13:12:43.774 JavaScriptException ex = new JavaScriptException(data.getString(0)); 13:12:43.774 ^ 13:12:43.774 symbol: class JavaScriptException 13:12:43.777 PATHREMOVED/cordova/platforms/android/src/com/sarriaroman/fabric/FabricPlugin.java:142: error: cannot find symbol 13:12:43.777 JavaScriptException ex = new JavaScriptException(data.getString(0)); 13:12:43.777 ^ 13:12:43.777 symbol: class JavaScriptException
Edit: Just to confirm I see this with version 1.1.2. When I drop back to version 1.1.1 everything is fine.
There is no official support from Fabric for this. Therefore, I will not use it anymore.
awesome!! thank you so much!! =)
Exactly… remove it from your CI for now => cordova plugin add https://github.com/sarriaroman/FabricPlugin#1.1.1 might add the tilde in front of the version and install the next minor version
It must have something todo with the update 23 hours ago 😃