반응형
plugins/cordova-plugin-fcm/scripts/fcm_config_files_process.js 파일변경
// change
var strings = fs.readFileSync("platforms/android/res/values/strings.xml").toString();
// to
var strings = fs.readFileSync("platforms/android/app/src/main/res/values/strings.xml").toString();
// AND
//change
fs.writeFileSync("platforms/android/res/values/strings.xml", strings);
//to
fs.writeFileSync("platforms/android/app/src/main/res/values/strings.xml", strings);
https://prettycode.tistory.com
반응형
'Android' 카테고리의 다른 글
Duplicate class com.google.common.util.concurrent.ListenableFuture found in modules (0) | 2020.12.12 |
---|---|
안드로이드 textview 말줄임 (0) | 2020.12.06 |
애드몹 테스트 광고 ID (0) | 2020.08.18 |
안드로이드 - 스토어 패키지명 (1) | 2020.08.03 |
com.google.android.gms.common.api.ApiException: 10: (0) | 2020.05.25 |
안드로이드 수동 설치 adb install (0) | 2020.02.10 |
Lint found fatal errors while assembling (0) | 2020.02.10 |
android adb.exe 위치 (0) | 2020.02.10 |