Closed
Description
Right now, doing the straightforward thing of just copying the libs into android/app/src/main/jniLibs
seems to break the --local-engine
flag in the tool (at runtime libflutter.so can't be found).
We should see if we can make it easier to do this - this will be important because without the validation layers it's often really hard to figure out what's going wrong on Vulkan on a particular device. We should also have a flag to turn validation on in impeller, which right now requires a custom engine build on Android.