Issue
I'm building an Android app using Android Studio & Kotlin. Historically, when I've added new image drawbles:
they were saved to the following folder: \app\src\main\res
However, recently (potentially after an Android Studio update?) new image drawables now wind up here: \app\src\debug\res
. I haven't intentionally meant for that to happen. Now my drawables are split between the two locations. What caused this change? How do I switch it back?
Solution
You need to select the right "Res Directory", "main" when adding the drawable:
Answered By - 0ne_Up
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.