I'm using android studio and getting error when i'm any image from Drawable and when fetching from mipmap it is working correctly. I store image in drawable and another image in mipmap but don't know every time image which source is Drawable send error.
Asked
Active
Viewed 154 times
-1

Hannan
- 109
- 9
-
1With the information you provide, we can't really figure out what is your problem. Please create an SSCCE or append the affected part of your code to your question. – William A. Apr 03 '20 at 07:32
-
1Please don't post screenshots of code, XML, or logcat output. Please post all text as text. That said, have a look at this post, and let us know if that's your problem: https://stackoverflow.com/q/29095063. – Mike M. Apr 03 '20 at 09:55
-
1Duplicate of [Resources$NotFoundException: Resource is not a Drawable (color or path)?](https://stackoverflow.com/questions/29095063/resourcesnotfoundexception-resource-is-not-a-drawable-color-or-path) – Mike M. Apr 03 '20 at 23:31
1 Answers
0
Yeah i solved it. Its actually targeted device problem. imageView is not sported in less sdk device. I'm trying it with 19 SDk and it showing me error . but now i attach another mobile with 26 sdk and its work.

Hannan
- 109
- 9