当我尝试在第2行的authenticator.xml中将@ mipmap / icon重命名为@ mipmap / ic_launcer时,在我构建应用程序时,任何程序都会变回原样。
* What went wrong:
Execution failed for task ':app:processDebugResources'.
> Android resource linking failed
C:\ES.eWarrant\eWarrant\platforms\android\app\src\main\res\xml\authenticator.xml:2: AAPT: error: resource mipmap/icon (aka io.ionic.starter:mipmap/icon) not found.
这是我要构建离子应用程序时遇到的错误。
离子信息:
Ionic:
ionic (Ionic CLI) : 4.12.0 (C:\Users\ES property\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : ionic-angular 3.9.4
@ionic/app-scripts : 3.2.3
Cordova:
cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
Cordova Platforms : android 8.0.0, browser 5.0.4, ios 5.0.0, windows 4.4.2
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 1.2.1, (and 18 other plugins)
System:
Android SDK Tools : 26.1.1 (C:\Users\ES-Property\AppData\Local\Android\sdk)
NodeJS : v8.12.0 (C:\Program Files\nodejs\node.exe)
npm : 3.10.10
OS : Windows 10
答案 0 :(得分:1)
我所做的是将/ platforms / android / app / app / app / src / main / res上的文件夹mipmap-whathever更改为ipip,将ic_launcher.png更改为icon.png