0
<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
我無法刪除AndroidManifest.xml中的這段代碼。每當我構建並運行項目時,它都會重新出現並導致錯誤。無法刪除Android Studio中的XML代碼行
Error:(33, 28) No resource found that matches the given name (at 'value' with value '@integer/google_play_services_version').
https://commonsware.com/blog/2016/04/08/why-cant-edit-manifest-android-studio.html – CommonsWare
@CommonsWare工作!我沒有注意到AndroidManifest文件名中的「即時運行」。 – Ch3wbacc4