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


i have ran odd issue. using external pdf viewer library app , library gives full read & write access (to modify files). during testing realised small glitch (which can fixed editing 1 of library .java files) when go edit file won't let me, in android studio showing library locked. have tried removing lock bottom right hand corner won't work either.

here library being added dependencies:

compile 'com.joanzapata.pdfview:android-pdfview:1.0.4@aar' 

i attaching screen shot of android studio project pane believe troubleshoot:

android studio project pane screen shot

the files seem under 'class.jar' , file wish edit 'constants.java' file , using android studio v1.5 (stable).

strangely enough, got friend compile library in android studio , able edit it, found weird. somehow have locked myself out , have read permissions; thinking committing project github not sure.

i have searched around , tried possible solutions no success till now.

any appreciated. in advance!

you can import library module, here link library:- https://github.com/joanzapata/android-pdfview

if think changes can make library better, recommend contribute github project.

anyways, library imported project , editable. link importing library in studio project:- http://www.truiton.com/2015/02/android-studio-add-library-project/

change source code of library @ own risk..!!


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -