I have an Android project in Android-studio with different build variants for both x86 and ARM.
I was wondering if there is a way to create different "run/debug configurations" for each build variant?
I have an Android project in Android-studio with different build variants for both x86 and ARM.
I was wondering if there is a way to create different "run/debug configurations" for each build variant?
You can change build command for your build configurations by modifying Gradle-aware Make command:
but then you still have to change build variant in Build Variants tool window to deploy correct APK to your device.
Yes, you can create different configurations.
Read this document: https://developer.android.com/studio/build/build-variants.html