- Home /
Android package installer icon
How do I change the .apk icon image and installation title? The .apk icon is showing up as a the default green android robot, and during installation it it saying 'com.company.title' rather than just the title (check screenshot).
I've change the androidmanifest (code below), but it only fixed the App icon and App title. android:icon="@drawable/app_icon" android:label="@string/app_name" >
screenshot-2016-06-11-19-53-11.png
(40.4 kB)
Comment