What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Icon is Android Robot for Webview Hybrid Application

HumphreyWrey

New Member
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!
 
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:
Back
Top