I want to organize my image from App_Resources into sub-folders.
For iOS it was easy I just put them into App_Resources/iOS/myimgs/01@1x.png so I can reference them like that res://myimgs/01.
The problem is with Android it doesn’t work like in iOS.
In App_Resources/Android/myimgs/ I put all drawable folder but it still didn’t wok.
Am I doing something wrong?