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 trying to run yarn android after running the bundler I get an error in the MessageWorker class under the following path: /android/app/src/main/java/co/edgesecure/app/MessagesWorker.java
ERROR MSG:
Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081
/home/yair/projects/EDGE-WALLET/android/app/src/main/java/co/edgesecure/app/MessagesWorker.java:229: error: cannot find symbol
connection.setRequestProperty("Authorization", "Token " + EdgeApiKey.apiKey);
^
symbol: variable EdgeApiKey
location: class MessagesWorker
Note: /home/yair/projects/EDGE-WALLET/android/app/src/main/java/co/edgesecure/app/MessagesWorker.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
The text was updated successfully, but these errors were encountered:
When trying to run
yarn android
after running the bundler I get an error in the MessageWorker class under the following path:/android/app/src/main/java/co/edgesecure/app/MessagesWorker.java
ERROR MSG:
The text was updated successfully, but these errors were encountered: