Packaging fails with error
ERROR: Error: Command failed: /home/name/Android/Sdk/tools/android list target
+ Logfiles at /tmp/crosswalk-app-tools-com.herokuapp.aedntrxns
/usr/lib/node_modules/crosswalk-app-tools/src/crosswalk-pkg:581
throw new Error("Packaging failed");
^
Error: Packaging failed
This is likely because the file /home/matt/Android/Sdk/tools/android consists of the following:
#!/bin/bash
echo The "android" command is no longer available.
echo For manual SDK and AVD management, please use Android Studio.
echo For command-line tools, use tools/bin/sdkmanager and tools/bin/avdmanager
exit 1
how do I direct crosswalk to the appropriate executable for the list target command?