Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当 targetSdkVersion = 27 时,AQuery URL 图像加载良好。但是当它等于 28 时,图像不会加载,并且会显示图像加载占位符。任何想法如何解决这个问题,以便我可以针对 API 28?
不知道为什么,我加了
<!-- for targetsdk 28 --> <uses-library android:name="org.apache.http.legacy" android:required="false"/>
在 AndroidManifest.xml 上,AQuery 现在再次在 targetSdk 28 上工作。