Titanium JIRA Archive
Appcelerator Daemon (DAEMON)

[DAEMON-341] Android: 1.x plugin fails to start when running Daemon 4

GitHub Issuen/a
TypeBug
PriorityNone
StatusResolved
ResolutionFixed
Resolution Date2021-04-15T18:04:28.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsandroidlib, appcd-plugin-android
Labelsn/a
ReporterEwan Harris
AssigneeEwan Harris
Created2021-04-15T16:24:57.000+0000
Updated2021-04-15T21:50:34.000+0000

Description

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

Comments

  1. Ewan Harris 2021-04-15

    PR: https://github.com/appcelerator/androidlib/pull/75
  2. Chris Barber 2021-04-15

    androidlib@2.5.1 has been published.

JSON Source