Hi to all! Please, how i can fix the "Icon?" error that appears during the: debug, apk build and running the app inside Android Studio. Attached a screenshot. The same error happens also following step by step some other tutorials like: Thanks in advance!
BB version? Android Studio version? How big is the icon? It must be at least 512x512 pixels, PNG and with a background, that is, the PNG does not have transparency, also it must be a square or with the edges at a minimum.
Ciao to all and thanks @jcalle and @TheGameAppStudio for your reply and effort! @jcalle: BB version? --> 3.2.0 Android Studio version? --> 3.6.2 How big is the icon? --> I rebuilt it to 512x512px in .png without transparencies. I attach it here (just a test) It must be at least 512x512 pixels, PNG and with a background, that is, the PNG does not have transparency, also it must be a square or with the edges at a minimum. --> Done, tested and same result... @TheGameAppStudio : Whats the extension of your icon file? make sure they are in .png format. --> Yes, is png you can find it here attached Can you please help? Thanks in advance!
The issue not caused of the game icon most of data inside res folder must be xml format but it seems it is not maybe it's auto changed to anther format, Track the file path and see what what is going on there. Exprted gamefolder\android\app\src\main\res This is an example of what you should see inside one of docs inside res XML Docs Format...
Make a game of the examples and add 1 icon, title, name to your game and do not modify anything. Can you try this project? https://www.dropbox.com/s/9hjofsnl420ii3v/Test Alarm.bbdoc?dl=0
Thanks @jcalle , already tried to do what you say whit a template and i also tried with your "Test Alarm" but the error messages are always the same. I attach to you a .bbdoc link to test if you can ok? Please share any suggestion or feedback on that and, again, thanks in advance!
Hi @mohamed awad thanks for your reply! i attach a screenshot, there are the same files but there's also an hidden file "Icon?", this is the file that generate issues and during the apk building is opened by the TextEdit. Can't understand... Other suggestions? Please, help
Hey guys, i tried to delete all the "Icon?" files, by some ways it generate some other errors. Finally deleting all the "Icon?" files inside the "android" folder and inside all the other sub-folders it works. Possible that this is just a OSX hidden files incompatibility? Anyway, now when i export the .apk file the phone says "APK NOT INSTALLED"... argh! If simulated on the phone in debug mode it works! Suggetions or threads about? Thanks a lot guys!