-
Notifications
You must be signed in to change notification settings - Fork 20
unresolved supertypes: org.jetbrains.anko.AnkoLogger #2
Comments
Plse add anko library
…On Mon, 16 Mar 2020, 4:36 am Dhimas Atha Abdillah, ***@***.***> 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
<#2>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFSWW2NMA4Y4T4LXODNUNOTRHVNO7ANCNFSM4LLO6V7Q>
.
|
Oke thanks, But I Found error in query Edit : this error in android 10 |
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 ***@***.***> 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
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFSWW2OIBPAAZTAT6C5BAWTRH2FYVANCNFSM4LLO6V7Q>
.
|
it is happening in android Q, API Level-30. |
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
The text was updated successfully, but these errors were encountered: