Turtlebody / android-doc-picker

A simple and easy to use documents Picker android library. Choose any documents like pdf, ppt, text, word or media files from your device
MIT License
42 stars 20 forks source link

unresolved supertypes: org.jetbrains.anko.AnkoLogger #2

Open athasamid opened 4 years ago

athasamid commented 4 years ago

Hi, why i got error when build my app with this library?

log error e: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath: class com.greentoad.turtlebody.docpicker.core.DocPickerConfig, unresolved supertypes: org.jetbrains.anko.AnkoLogger class com.greentoad.turtlebody.docpicker.DocPicker.DocPickerImpl, unresolved supertypes: org.jetbrains.anko.AnkoLogger

I think your library cannot get that AnkoLogger Thank you

wangsun6 commented 4 years ago

Plse add anko library

On Mon, 16 Mar 2020, 4:36 am Dhimas Atha Abdillah, notifications@github.com wrote:

Hi, why i got error when build my app with this library?

log error e: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath: class com.greentoad.turtlebody.docpicker.core.DocPickerConfig, unresolved supertypes: org.jetbrains.anko.AnkoLogger class com.greentoad.turtlebody.docpicker.DocPicker.DocPickerImpl, unresolved supertypes: org.jetbrains.anko.AnkoLogger

I think your library cannot get that AnkoLogger Thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Turtlebody/android-doc-picker/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFSWW2NMA4Y4T4LXODNUNOTRHVNO7ANCNFSM4LLO6V7Q .

athasamid commented 4 years ago

Oke thanks,

But I Found error in query error: near "GROUP": syntax error (Sqlite code 1 SQLITE_ERROR): , while compiling: SELECT _id, parent, _data, _display_name, COUNT(_data) AS dataCount FROM files WHERE ((is_pending=0) AND (is_trashed=0) AND (volume_name IN ( 'external_primary' ))) AND ((_data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ?) GROUP BY (parent)), (OS error - 2:No such file or directory) Already add READ_EXTERNAL_STORAGE and WRITE_EXTERNAL permissions storage to manifest

Edit : this error in android 10

wangsun6 commented 4 years ago

Are you using our library in your dependency or are u compiling our project itself?? and also 1st try to check it in lower to make sure if it only happening in android 10.

On Tue, 17 Mar 2020 at 02:16, Dhimas Atha Abdillah notifications@github.com wrote:

Oke thanks,

But I Found new error in query error: near "GROUP": syntax error (Sqlite code 1 SQLITE_ERROR): , while compiling: SELECT _id, parent, _data, _display_name, COUNT(_data) AS dataCount FROM files WHERE ((is_pending=0) AND (is_trashed=0) AND (volume_name IN ( 'external_primary' ))) AND ((_data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ? OR _data LIKE ?) GROUP BY (parent)), (OS error - 2:No such file or directory) Already add READ_EXTERNAL_STORAGE and WRITE_EXTERNAL permissions storage to manifest

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Turtlebody/android-doc-picker/issues/2#issuecomment-599750531, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFSWW2OIBPAAZTAT6C5BAWTRH2FYVANCNFSM4LLO6V7Q .

VinodKumarGaur commented 4 years ago

it is happening in android Q, API Level-30.