pbreault / adb-idea

A plugin for Android Studio and Intellij IDEA that speeds up your day to day android development.
Apache License 2.0
2.1k stars 256 forks source link

Current applicationIdSuffix is ignored #123

Closed danielgomezrico closed 4 years ago

danielgomezrico commented 4 years ago

Hi,

Thanks for this awesome plugin.

If you set the applicationIdSuffix, the plugin uses the main app package without the applicationIdSuffix modification.

Example of setup:

 buildTypes {
        debug {
            applicationIdSuffix ".staging"
        }
        release {}
}

And so I cant use this if Im in debug since it tries to uninstall or run ADB commands with this setup.

danielgomezrico commented 4 years ago

Not a real issue, it works fine.