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.
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)
dear please check your menifest file that you can show build version name and build version code in application class please remove it and check any error in your menifest file and than you can run or rebuild your project .
2
Answers
Hey there can be multiple ways you can try to solve this issue:
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)
dear please check your menifest file that you can show build version name and build version code in application class please remove it and check any error in your menifest file and than you can run or rebuild your project .