Assigned
Status Update
Comments
al...@gmail.com <al...@gmail.com> #2
+1
vi...@google.com <vi...@google.com>
vi...@google.com <vi...@google.com> #3
+2
ma...@marcardar.com <ma...@marcardar.com> #4
+3
ma...@marcardar.com <ma...@marcardar.com> #5
+4
uc...@google.com <uc...@google.com>
ma...@marcardar.com <ma...@marcardar.com> #6
+5
ka...@google.com <ka...@google.com> #7
+6
ma...@marcardar.com <ma...@marcardar.com> #8
Guys it's enough to just star the issue.
fr...@gmail.com <fr...@gmail.com> #9
Thanks for the reports. This is caused the by Kotlin plugins using deprecated APIs. See https://youtrack.jetbrains.com/issue/KT-25428
Once the Kotlin plugins start using the new APIs, we will enforce a minimum version of the Kotlin plugins that has the fix so these warnings can go away.
Once the Kotlin plugins start using the new APIs, we will enforce a minimum version of the Kotlin plugins that has the fix so these warnings can go away.
ma...@protonmail.com <ma...@protonmail.com> #10
Some quick comments:
- I filed Issue 116245497 to better handle the warning display. This is too aggressive for a warning right now.
- I filed Issue 116247924 to help people troubleshoot what is calling the deprecated API.
- I filed
- I filed
ma...@marcardar.com <ma...@marcardar.com> #11
I too get the same warning.
ma...@marcardar.com <ma...@marcardar.com> #12
I'm not using Kotlin. Why do I receive this message too?
fr...@iress.com <fr...@iress.com> #13
@12. in that case please run a build from the command line, with -Pandroid.debug.obsoleteApi=true to see what calls the deprecated method.
ma...@marcardar.com <ma...@marcardar.com> #14
I am getting nothing helpful from adding the obsoleteApi=true flag with AGP3.3.0-a13
seems by running with -d via gradle cli we can see that it is:
[org.jetbrains.kotlin.gradle.plugin.Android25ProjectHandler] [KOTLIN] Process variant [debug]
while inside an after eval listener which I assume was registered by the kotlin plugin.
seems by running with -d via gradle cli we can see that it is:
[org.jetbrains.kotlin.gradle.plugin.Android25ProjectHandler] [KOTLIN] Process variant [debug]
while inside an after eval listener which I assume was registered by the kotlin plugin.
be...@googlemail.com <be...@googlemail.com> #15
Do you see a stack trace when running with -Pandroid.debug.obsoleteApi=true? The stack trace should reveal what is calling the deprecated API.
jp...@google.com <jp...@google.com> #16
+1
s9...@gmail.com <s9...@gmail.com> #17
Downgrade to
com.android.tools.build:gradle:3.2.0
com.android.tools.build:gradle:3.2.0
Description
adb shell sqlite3 --version
gives:
/system/bin/sh: sqlite3: inaccessible or not found
Before this revision, it gave the correct SQLite version number.