오류 내용 :
Please specify a namespace for the generated R and BuildConfig classes via android.namespace in the module's build.gradle file like so:
android {
namespace 'com.example.namespace'
}
이건 위에서 알려준데로
"launcherTemplate"
파일에
<namespace 'com.example.namespace'>를
"android " 안에 넣으면 된다.
android {
namespace 'com.example.namespace'
}