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
{{ message }}
This repository was archived by the owner on Dec 6, 2019. It is now read-only.
I've tried your instructions of updating the chromium sources. However, I cannot build using ./gradlew assemble, I get a lot of "Cannot find symbols" message, like this:
symbol: variable SendTabToSelfAndroidBridgeJni
location: class SendTabToSelfAndroidBridge
/home/blomium/src/chrome/android/java/src/org/chromium/chrome/browser/send_tab_to_self/SendTabToSelfAndroidBridge.java:71: error: cannot find symbol
return SendTabToSelfAndroidBridgeJni.get().addEntry(
Any clues of how I can solve them ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've tried your instructions of updating the chromium sources. However, I cannot build using ./gradlew assemble, I get a lot of "Cannot find symbols" message, like this:
symbol: variable SendTabToSelfAndroidBridgeJni
location: class SendTabToSelfAndroidBridge
/home/blomium/src/chrome/android/java/src/org/chromium/chrome/browser/send_tab_to_self/SendTabToSelfAndroidBridge.java:71: error: cannot find symbol
return SendTabToSelfAndroidBridgeJni.get().addEntry(
Any clues of how I can solve them ?
The text was updated successfully, but these errors were encountered: