Search code examples
androidsdkaide-ide

Can i access aide android sdk installation path?


i have some problems using default sdk icons where i get "recource not found" errors for definitions as "@android:drawable/ic_action_delete".
I want to check the resource names from the sdk folder. Is it possible to access the sdk installation folder which is used by aide-ide on a android mobile phone which is not rooted?


Solution

  • Even if some of the icons are stored in the device, most of them are nor public. You cannot use them directly with the code. Even when you use them, they are not guaranteed to be in all the phones in the market.

    What you should do instead is to copy those resources into your projects' drawable folders.

    You can download all the latest drawable assets from Google's public repository. https://github.com/google/material-design-icons