So people: I've solve this problem........ First for compilation of APK i used Android studio. here is how> http://www.mobilezdeveloper.com/running ... id-studio/
for makeing key i used this it is needed in android studio you can use key.keystore.jks file if you have any or create a new one, or sign it by old way trough command promt. LINK:
It is two years old so now you have a new java folder so use the new one.
I tried cocoon.io and intel XDK but it doesnt work and still same: App icon contains incorrect sash Problem will be in name of icons probably or something but Android studio works perfect for Amazon underground Export here are the sizes of sashed icons and i used Drawable-* and mipmap-* folder in apk for just to be sure it will pass trough here is sizes:
List of missing sash files:
------------------------------------
mdpi - missing icon(Expected icon size 48x48)
tvdpi - missing icon(Expected icon size 64x64)
hdpi - missing icon(Expected icon size 72x72)
xxhdpi - missing icon(Expected icon size 144x144)
xxxhdpi - missing icon(Expected icon size 192x192)
Name every icon in special folder as icon.png make it 24bit with transparency And last thing i used Photoshop for sashing icons it is free for some time so just download from adobe cloud and install after follow this tutorial>
Last thing if you are not familiar with android studio just search for some tutorials after few hours of studying you will learned it.