[Android] path may not be null or empty string. path='null' 오류 해결하기


[Android] path may not be null or empty string. path='null' 오류 해결하기

build.gradle 수정 # "key.properties" 파일을 찾지 못해서 발생되는 문제 디버그 모드 사용시에는 "android/app/build.gradle"에서 주석처리해주면 된다. // signingConfigs { // release { // keyAlias keystoreProperties['keyAlias'] // keyPassword keystoreProperties['keyPassword'] // storeFile file(keystoreProperties['storeFile']) // storePassword keystoreProperties['storePassword'] // } // } // // buildTypes { // release { // signingConfig signingConfigs.release // } // }...


#android #build #gradle #null #path

원문링크 : [Android] path may not be null or empty string. path='null' 오류 해결하기