[android-building] Re: Get some problems when running cuttlefish instance

2021-05-05 Thread Tim Froehlich
Yep, your kernel log and logcat are empty because the CrosVM virtual machine monitor didn't get close to starting up the VM. It failed while trying to configure the memory layout for your VM. CrosVM is trying to launch the VM in unrestricted mode, and that requires Extended Page Tables. I'm not

[android-building] Using a lib from prebuilts that has no module

2021-03-15 Thread Tim Froehlich
I'm trying to add an app that depends on a java library (javax.annotation-api) that's in maven and is in my prebuilts/tools/common/m2 directory but doesn't have an module in it's Android.bp. (It has a java_import_host module for the wrong version). I can't figure out how to use that .jar and I