Description
When running the daemon v4 the android plugin fails to start, it appears to be related to starting up adb as if the adb process is running already then it the plugin can start.
This works for the 2.x plugin, so I'm guessing it's something fixed in newer androidlib versions, the node 14 note here looks most likely
https://github.com/appcelerator/androidlib/blob/master/CHANGELOG.md#v500-jun-22-2020
It's important for 1.x to work as that's what Studio uses
Steps to reproduce
1. Stop the daemon
appc appcd stop
2. Kill any existing adb daemons -
ps aux | grep adb
and run
kill -9 <pid>
3. Start the daemon
appc appcd start
4. Call the android 1.x plugin,
appc appcd exec /android/1.x/info
Actual
Plugin does not startup
Expected
Plugins starts and returns info
PR: https://github.com/appcelerator/androidlib/pull/75
androidlib@2.5.1 has been published.