Moslem Deris
Moslem Deris
you should also add: xmlns:tools="http://schemas.android.com/tools" to your root manifest tag to solve 'namespace tool is not bound' error. good luck ;)
It is possible dude, Look at what i did: ``` java String path = Environment.getExternalStorageDirectory().getAbsolutePath() + "/myAppFolder/" + "example.pdf"; pdfView.fromFile(new File(path)) .load(); ``` Hope it would help!
@milon87 Look the error is: ` Caused by: java.lang.RuntimeException: PDF file is corrupted ` I guess you have set the file name wrong! You have to call the file by...
Try removing `composer.lock` file ,then run `composer update`.
thankS dear squirrel20 i did what you just said and now everything is oK ;)
I just temporarily solved this problem by commenting out `created_at` field of `$timezonable` array of `UserExtended` Model. I repeat that this solution is temporary and by using it `timezone` system...