Mario Mora
06/18/2024, 2:41 PMVampire
06/18/2024, 2:58 PMDaniel B Duval
06/18/2024, 3:07 PMpackage attribute in your manifest file. This value is no longer allowed in the manifest, but rather you need to set the value for
android {
namespace = "com.myapp" //or whatever is in your manifest now for package
}
https://developer.android.com/build/configure-app-module#set-namespaceDaniel B Duval
06/18/2024, 3:10 PMVampire
06/18/2024, 3:22 PMDaniel B Duval
06/18/2024, 5:46 PMDaniel B Duval
06/18/2024, 5:47 PM