Dependent features configured but no package ID was set

Check whether there is an id 'com.android.application' set for testing in the Module that is a library dependency

method one:

Just change it back to id 'com.android.library'

Method Two:

1. Add configuration in gradle.properties

2. Configure in the corresponding module build.gradle

Guess you like

Origin blog.csdn.net/qq_41264674/article/details/129671765