Chaoren Lin
Chaoren Lin
> since the iterator has nothing to do with the removeIf function. https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html#removeIf-java.util.function.Predicate- > The default implementation traverses all elements of the collection using its [iterator()](https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html#iterator--). Each matching element is...
Do you see a checkbox for "Enable native debugging" if you edit the run configuration?
> Attaching to inferior: pid=28899, ABI=32-bit (arm), native debuggable=false Make sure the app is declared debuggable in the manifest: https://developer.android.com/guide/topics/manifest/application-element.html#debug
Oh, you need this in your .bazelproject file. ``` additional_languages: c ```
Here's my project view: ``` directories: examples/android/java/bazel targets: //examples/android/java/bazel:hello_world additional_languages: c android_sdk_platform: android-stable build_flags: --fat_apk_cpu=x86 ``` My run configuration: ``` Target expression (andorid_binary handled by Android Binary Handler): //examples/android/java/bazel:hello_world Bazel...
Yeah, I used AS 3.0.1. Do you have the latest LLDB package for your AS version? Can you try it with an emulator to see if it's a device problem?
> Also this is on a mac; are you using linux? Yes, I'm only using linux. > Is there anyway to get more debugging logs from the bazel plugin and...
We should probably quote the `--override_repository` flag.
That's weird. The space doesn't cause a problem on Linux. Adding quotes causes a problem. It appears the Java command line builder on Linux and Mac behave differently wrt tokenization.
Oh wait, I'm using 2018.3, let me try 2019.1.