question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Android build error

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:8
  • Comments:22 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
gawainedwardscommented, Dec 21, 2016

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.

1reaction
pvdyckcommented, Jan 2, 2017

How can something that does not even build be ever released??

There is no official support from Fabric for this. Therefore, I will not use it anymore.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed to build project with Android studio - Stack Overflow
File->Other Settings->Default Project Structure · Under Project Settings: Project, set Project SDK as Android SDK. · Click Edit button · For Android SDK,...
Read more >
Known issues with Android Studio and Android Gradle Plugin
Known issues with Android Studio and Android Gradle Plugin · Error when rendering Compose Preview · Error when using different passwords for key...
Read more >
[FIXED] Android build failures `No matching variant of ... - GitHub
The build error looks something like this: Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Build ...
Read more >
How to fix all build errors in react native(Android specific).
To fix this, you will have to increase the heap memory allocation. Then open the file android/app/build. gradle in a text editor.
Read more >
Android build error – The LinkAssemblies task failed ...
The resolution to this issue is to make sure you have the latest supported Android SDK versions, and set the Target Framework to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found