Hello AppGameKit fans,
I am trying to export for the OUYA with:
File - Export APK ...
I than can choose: Google, Amazon, OUYA
I can create OUYA-apps, which are running fine on the OUYA with "Google" selected, but I can't change the image for the App-preview.
If I choose "OUYA" as APK-Style, I have the option to use a "Large Icon". If I am using a JPEG, I get the message, that it has to be a PNG file. That error-handling works.
So I try a PNG file with 732 x 412 pixels. No Error.
And If I now click: Export
---------------------------
Fehler
---------------------------
Das Lean-Back-Symbol konnte nicht gespeichert werden: Failed to open 'C:/Users/anfra/OneDrive/FLASH/AGK Projects/OUYA Test (3Dpeople)/build_tmp/resOrig/drawable/icon.png' for writing: No such file or directory
---------------------------
OK
---------------------------
Maybe, that AppGameKit does not copy the Icon on the right place?
Because there is an OUYA-icon in:
... build_tmp\resOrig\drawable-xhdpi-v4\ouya_icon.png
I created that path and copied the file in there, but after exporting than, AppGameKit seems to be frozen in the export. But didn't crash badly. So it's an improvement, I guess. But still don't get my OUYA-APK right -o