Trigger.IO: Missing APK file when attempting to run

193 views Asked by At

I'm developing an Android app using Trigger.IO & Forge. If I package my app into an APK and manually install it with ADB, I have no issues.

However, if I call the "run" command, I get the following errors:

[INFO] Creating Android .apk file

[INFO] Creating APK with aapt

[INFO] Signing APK with a debug key

[INFO] Aligning apk

[INFO] Installing apk

[ERROR] Communication with adb failed: Missing APK file

[ERROR] 

It appears that the temporary apk file that is generated gets deleted before ADB can send it to my device.

Does anyone know a solution to this issue?

0

There are 0 answers