Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

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

Open
athasamid opened this issue Mar 15, 2020 · 4 comments
Open

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

athasamid opened this issue Mar 15, 2020 · 4 comments

Comments

@athasamid
Copy link

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
Copy link
Contributor

wangsun6 commented Mar 16, 2020 via email

@athasamid
Copy link
Author

athasamid commented Mar 16, 2020

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
Copy link
Contributor

wangsun6 commented Mar 18, 2020 via email

@VinodKumarGaur
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants