This is my app icon
I tried changing icon size 100x100 and 1024x1024 but the problem still present
It has caught my attention that almost all applications automatically create a shortcut on the home screen of my device except for my application.. I think creating this shortcut once the application is installed will increase its usage rate.
Maybe you can share APK download link.
Use the extension. Here you have links to extensions:
https://puravidaapps.com/extensions.php
Use the search engine. Keyword: "shortcut"
Yes, I tried this and I didn't find any shortcuts for my app
I tried 100x100 icon but this didn't solve the problem
Using Android Studio, a developer possibly can do this https://stackoverflow.com/questions/50873201/how-to-properly-install-an-apk-file-so-that-the-launcher-will-create-a-new-app according to the post. Can intents (ActivityStarter) be used like this with App Inventor. I don't know.
Ok, what can I do to solve the problem?
It's not for my personal use.
How are you installing the app? Perhaps the method to install is causing this behaviour ?
I tried this but it didn't work
Thanx, I need to solve the problem by using appinventor if it's possible
Your App Icon should not be any shape other than a square. The final shape of the icon is defined by the device. Your web1024.png master image has a flaw in it's transparency, but it should not have transparency anyway.
So, here is a modified version of your Project, with a number of things corrected as well as the master image itself. The APK installs fine on my Android Device and the icon is set on the home screen. When launched, UTube is displayed.
WebsiteApp2.aia (92.4 KB)
I downloaded my app as APK file from appinventor , then I installed it
thank you
I tried it but it didn't work .. but as it works perfectly with you, I will try on another device
That's very strange Hatem - what device failed? What is the Android version?
android 7 , the app worked well but the same problem with the icon is stell there
Are you testing an APK or just using the Companion. If the Companion, it is probably still using the original icon file. You can download the icon file I made (from the media box in App Inventor), give it an entirely different name then re-load it.
I tested the APK file but I'll try another device and see what happens.. Thank you.