Instant Run is disabled for non-debug variants
Error running app:
Cannot debug application from module app on device huawei-eva_al00-PBV0216708004833.
This application does not have the debuggable attribute enabled in its manifest.
If you have manually set it in the manifest, then remove it and let the IDE automatically assign it.
If you are using Gradle, make sure that your current variant is debuggable.
buildTypes {
release {
// TODO:打包发版时关闭
debuggable true
}