
I have this user case:
As x86_64 arch can use x86 lib, I won't bundle x86_64 lib for smaller size, than I specific other 3 targets in release buildType. The problem is I can't "Run" in release build variant on a x86_64 emulator(genymotion), it report lib missing. But the "Make" out apk can run on it as expected. In order to "Run" in such case, I have to switch to debug build variant or editing targets in release builtType.
I guess it's may not be a problem releted to this plugin.