Paulo Coutinho

Results 597 comments of Paulo Coutinho

Yes, it is: ``` implementation 'com.folioreader:folioreader:0.5.1.internal' ``` Like i sad in https://github.com/FolioReader/FolioReader-Android/issues/310 But it is throwing that error.

After use this lines in my app: ``` android { ... packagingOptions { pickFirst 'META-INF/nanohttpd/default-mimetypes.properties' pickFirst 'META-INF/nanohttpd/mimetypes.properties' } ... } ``` I got error: ``` 2018-12-18 14:08:44.411 3981-3981/br.com.ubook.ubookapp E/AndroidRuntime: FATAL...

Can anyone help me?

@hrishikesh-kadam Please, help me integrate it.

Ok, we are focusing on it again now. I will post here the results.

Any news about it?

**I will publish my changes in our fork** **Changed min SDK version:** - Changed min SDK supported to 16 and tested on API 16 devices without problems. Our main app...

A strange problem is happening. My own application has our icon but the name of application was changed. I changed all the "app_name" strings to their context. - folio_app_name :...

I have another problem now when the library inside our project when i open any epub: ERROR: ``` Caused by: java.lang.ClassNotFoundException: Didn't find class "org.readium.r2.shared.Publication$EXTENSION" on path: DexPathList[[zip file "/data/app/br.com.ubook.ubookapp-2/base.apk"],nativeLibraryDirectories=[/data/app/br.com.ubook.ubookapp-2/lib/arm,...

Hi @hrishikesh-kadam, I cloned into our vendor directory: ```git submodule add [url] vendor/folio-reader``` After, i have assed to settings.gradle: ``` include ':folio-reader' project(':folio-reader').projectDir = file("../vendor/folio-reader") ``` After, i have added...