简体   繁体   中英

AndroidManifest.xml not editable on Android Studio

在此处输入图像描述

I've been reversing an app, but came across a problem. The AndroidManifest.xml file is not writable. I made sure that the file is not 'read-only' in file explorer, but it still doesn't work. And I can't find 'merged text tab(?)' sort of thing which is supposed to solve this.

Hey there can be multiple ways you can try to solve this issue:

  1. The simplest one is to Clean and Rebuild the project.
  2. You can go to your File -> Invalidate Caches and Restart.
  3. Try running Android Studio in Administrator mode.
  4. You can try this : https://stackoverflow.com/a/34705198/9062752

Let me know if any of these fixed your error.

Also note : Not sure about this library but I read a comment which says ".jar files cannot be edited", so yeah if you are trying to edit a .jar file it is not possible (I am not sure of the reason though)

亲爱的,请检查您的清单文件,您可以在应用程序类中显示构建版本名称和构建版本代码请删除它并检查您的清单文件中的任何错误,然后您可以运行或重建您的项目。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM