Won't Publish Android APK

brianheagney

  • Posts: 18
I have a pro account and am trying to publish an apk.

I am actually using two machines (home desktop, and laptop). I can publish an apk from my laptop fine. I cannot, however, publish an apk from my desktop.

At first I thought it might have to do with SDKManager.exe not being installed on my desktop (surprising because I know I USED to have it installed there!!!), but I did reinstall, and completely update, but it is still not publishing an apk from my desktop.

Now, when I look for my certificate on my laptop, I see an SDKManager.exe in my roaming stencyl folder...but even after installing the SDKManager on my desktop, I'm not seeing that "SDKManager.exe" in my roaming stencyl folder...and not sure how it even got there on my laptop in the first place.

Anyway, I'm installing my log file in case anyone has any ideas....

letmethink

  • *
  • Posts: 2545
Your game is passing this error:

Code: [Select]
2015-05-19 13:39:49,361 INFO  [Thread-22] stencyl.sw.util.StreamGobbler: [openfl.bat] BUILD FAILED
2015-05-19 13:39:49,361 INFO  [Thread-22] stencyl.sw.util.StreamGobbler: [openfl.bat] C:\Users\Brian\AppData\Roaming\Stencyl\stencylworks\games-generated\HeagneyRecipeGenerator\Export\android\bin\build.xml:11: Cannot find C:\Users\Brian\AppData\Roaming\Stencyl\stencylworks\android-sdk\android-sdk-windows\tools\ant\build.xml imported from C:\Users\Brian\AppData\Roaming\Stencyl\stencylworks\games-generated\HeagneyRecipeGenerator\Export\android\bin\build.xml

Not sure about it, but I'm guessing your installation of the android SDK corrupted somehow.
~Letmethink

brianheagney

  • Posts: 18
Yeah...I wonder how to get that "android" folder into my roaming folder.

brianheagney

  • Posts: 18
I'm not sure if this will give more info, but I'm wondering if others have this problem:

I could never actually figure out how to publish the apk from any of Stencyl's documents in the first place. Luckily, at the same time as testing Stencyl, I was also testing Unreal Engine 4 (UE4). UE4 comes with the APKManager.exe, so I installed all I needed through that. I guess if it wasn't for UE4, I wouldn't even be getting stencyl to put out an apk from my laptop.

How does everyone else find and install the apkmanager?