Namespace not specified. Specify a namespace in the module’s build file: …/app/build.gradle

remove package attribute form <manifest> in AndroidManifest.xml

add ‘namespace’ in ‘android’ in app/build.gradle

android {

namespace "com.xxx.yyy.zzzzzz"

}

コメントを残す

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください