appcd-plugin-android

Android service for the Appc Daemon.

Usage no npm install needed!

<script type="module">
  import appcdPluginAndroid from 'https://cdn.skypack.dev/appcd-plugin-android';
</script>

README

appcd-plugin-android

Android service for the Appc Daemon.

Info

The info service uses androidlib to detect the installed Android SDKs, NDKs, emulators, devices, etc and returns the information.

appcd.call('/android/latest/info', ctx => {
    console.log(ctx.response);
});

Legal

This project is open source under the Apache Public License v2 and is developed by Axway, Inc and the community. Please read the LICENSE file included in this distribution for more information.