After updating to sdk 34 when I’m running my application on Android 14, local images are not visible whereas its working fine in Android 13.
buildToolsVersion = "34.0.0" minSdkVersion = 23 compileSdkVersion = 34 targetSdkVersion = 34
(and its using Gradle 8.0.1, java 11.0)
I tried url instead of require, but it didnt work
New contributor
Aakriti Singh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.