Reversing Technology
In the module build.gradle, add the following lines in the android section :
splits { abi { enable true reset() universalApk true }}
Then when you build the APK (even the debug one), it will install on all Android devices.