https://github.com/tidev/appcd-plugin-android
Android service for the Appc Daemon
https://github.com/tidev/appcd-plugin-android
npm-package
Last synced: about 1 month ago
JSON representation
Android service for the Appc Daemon
- Host: GitHub
- URL: https://github.com/tidev/appcd-plugin-android
- Owner: tidev
- License: other
- Created: 2017-12-07T17:33:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T17:15:14.000Z (over 1 year ago)
- Last Synced: 2025-04-29T00:51:38.753Z (about 2 months ago)
- Topics: npm-package
- Language: JavaScript
- Homepage:
- Size: 1.01 MB
- Stars: 2
- Watchers: 12
- Forks: 4
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# @appcd/plugin-android
Android service for the Appc Daemon.
Report issues to [GitHub issues][2]. Official issue tracker in [JIRA][3].
## Info
The `info` service uses [androidlib](https://github.com/appcelerator/androidlib) to detect the
installed Android SDKs, NDKs, emulators, devices, etc and returns the information.```js
const { response } = await appcd.call('/android/latest/info');
console.log(response);
```## Legal
This project is open source under the [Apache Public License v2][1] and is developed by
[Axway, Inc](http://www.axway.com/) and the community. Please read the [`LICENSE`][1] file included
in this distribution for more information.[1]: https://github.com/appcelerator/appcd-plugin-android/blob/master/LICENSE
[2]: https://github.com/appcelerator/appcd-plugin-android/issues
[3]: https://jira.appcelerator.org/projects/DAEMON/issues