Chromium-Android icon indicating copy to clipboard operation
Chromium-Android copied to clipboard

Cannot find symbols

Open ghost opened this issue 5 years ago • 0 comments

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 ?

ghost avatar May 04 '19 23:05 ghost