I'm trying to install an Android app I'm developing in Android Studio on my test device. I normally do this with the Gradle task called "InstallDebug. In my newly created project however, I now don't see this task in my list of Gradle Tasks anymore. The only two things I see starting with Install* are
- installDefaultFlavorDebug
- installDefaultFlavorTest
Does anybody know which Gradle Task I need to use to install my app on my phone to test it?