launcher icon

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
bohmgyorgy1990
Posts: 23
Joined: Wed Feb 19, 2014 2:33 am

launcher icon

Post by bohmgyorgy1990 » Wed May 28, 2014 1:42 am

Hy all!

I have icons of different sizes (xhdpi 96x, mdpi 48x, and ldpi 36x) but have not yet found out how to include them or found confirmation if it is possible. Can anyone show me any solution of this problem?

Bests,

George

qberty1337
Posts: 35
Joined: Sun Sep 09, 2012 1:09 pm

Re: launcher icon

Post by qberty1337 » Tue Jun 10, 2014 8:05 am

bohmgyorgy1990 wrote:Hy all!

I have icons of different sizes (xhdpi 96x, mdpi 48x, and ldpi 36x) but have not yet found out how to include them or found confirmation if it is possible. Can anyone show me any solution of this problem?

Bests,

George
I've made my own solution that helps add different asset sizes. Use an APK decompiler, and decompile the entire APK after it has already been compiled by Livecode (without any apk signing). Add the new assets in, then recompile using whatever decompiler you used. That should allow your assets to be detected when installed. And also allows Google Play to detect Tablet assets and display a "Designed for Tablets" on it's store page.

I'll see if I can make a tool that will do this automatically.

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: launcher icon

Post by jacque » Tue Jun 10, 2014 4:44 pm

You should be able to just include them in the Add Files pane of the standalone settings before you build.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply