admin管理员组文章数量:1206765
I have unusual case: I need to put lower minSdk just for one particular device... (24 -> 23)
It's easy to make change in build.gradle
, but running app is crashing on API 23 in various use cases, because some of used APIs are available since API 24... e.g.
Call requires API level 24 (current min is 23): android. text. Html#fromHtml
and fromHtml
is red-underlined
Tried Code -> Analyze code -> Run Inspection by Name, but can't find there Call requires API
. There is also Code -> Inspect code, but running this takes muuuch time, never finishing... Well, maybe during night, but even after 1h (cancelled) there were no such errors and I'm not sure if will find any when I leave this task for (very) long
So: how can I list all problems of this kind? AS Ladybug
本文标签: androidDowngrading minSdklisting quotcall requires APIquot problemsStack Overflow
版权声明:本文标题:android - Downgrading minSdk, listing "call requires API" problems - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1738675128a2106217.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论