Unable to edit External Library Files - showing as Locked in Android Studio

ⅰ亾dé卋堺 提交于 2019-12-04 17:44:15

You can import the library as a module, Here is a link for library:- https://github.com/JoanZapata/android-pdfview

If you think your changes can help make library better, then i would recommend to contribute to the github project.

Anyways, the library will be imported to your project and it will be editable. This link will help you with importing library in a studio project:- http://www.truiton.com/2015/02/android-studio-add-library-project/

Change the source code of library at your own risk..!!

You cannot edit the files contained within the jar or aar. If you want to edit these files you will have to download the source library and make the edits yourself followed by compiling it into either a jar or aar file.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!