About 928,000 results
Open links in new tab
  1. How to change the project icon in Android Studio?

    May 3, 2025 · 4 rootProject.name is the actual name of your app, not just what the project is called in Android Studio. Your app icons are located in the res folder, but Android Studio won't …

  2. How I fix NOTHING TO SHOW in my vector asset in android studio

    Oct 16, 2020 · I want to add a new vector asset. I am trying to add a clipArt but it only shows in the dialog box "Nothing to show". No icon is showing and I want to add an icon. I …

  3. How do you change the launcher logo of an app in Android Studio ...

    Jan 7, 2017 · Android will better preserve the resolution of drawables in the mipmap folder for display in launcher applications. Android Studio note: If you are using Android Studio you can …

  4. How to implement themed icons by Material You in my Android …

    Nov 1, 2021 · Note: If android:roundIcon and android:icon are both in your manifest, you must either remove the reference to android:roundIcon or supply the monochrome icon in the …

  5. Set icon for Android application - Stack Overflow

    Mar 18, 2011 · 79 It's better to do this through Android Studio rather than the file browser as it updates all icon files with the correct resolution for each. To do so go to menu File → New → …

  6. How can I change the application launcher icon in Flutter?

    Dec 7, 2017 · Within the pubspec.yaml file, specify the path of the icon you wish to use for the app and then choose whether you want to use the icon for the iOS app, Android app, or both. Run …

  7. How to import set of icons into Android Studio project

    Feb 25, 2015 · I downloaded collection of icons from Android Developers center Each icon in this collection is ordered in forlders according to its resolution: drawable-hdpi, drawable-mdpi, …

  8. Android - How to make the XML file for a icon? - Stack Overflow

    Android Assets studio is not an "All in One" option as it misses many basic icons like that of google, LinkedIn etc even in the new version Android Studio, so for missing icons, a simple …

  9. Where can I find Android's default icons? - Stack Overflow

    37 You can find the default Android menu icons here - link is broken now. Update: You can find Material Design icons here.

  10. Toolbar Navigation Hamburger Icon missing - Stack Overflow

    I'm looking for a way to display the hamburger icon whitout using the Drawer/DrawerToggle and use the default icon included in Android By setting …