Icon is Android Robot for Webview Hybrid Application

HumphreyWrey

New Member
Joined
Mar 16, 2017
Messages
1
Reaction score
0
Current Phone Model
+258843736220
Hey!

I created a hybrid application and uploaded it to the Google Play Store, ICON and app name appeared good on the store, but, when I downloaded it to my phone the ICON appeared as the Android Robot, and the app name changed to “Webview App”!!! I can’t figure out how to update this since it appears on the Google Play Store fine!
 

CJM

Super Moderator
Staff member
Premium Member
Rescue Squad
Joined
Sep 12, 2010
Messages
10,600
Reaction score
1,747
Location
Mississippi Gulf Coast
Current Phone Model
Nexus 6
Twitter
https://twitter.com/Corey
Can you PM me a link to the app? What do you have set as the ic_launcher in the app? What is the app_name you set?

edit: Is the app named Rapido?

edit2: This would explain it. In your res/values/strings, this is what's there. And your ic-launcher is the Android. You'll need to replace that in each drawable file
Code:
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="action_settings">Settings</string>
    <string name="app_name">Webview App</string>
    <string name="hello_world">Hello world!</string>
</resources>
[\code]
 
Last edited:
Top