Erik Vold: JPM Mobile Beta |
I annouced the release of jpm
beta nine months ago, and since then
we’ve most of the SDK modules compatible with jpm
, figured out
how to run jpm
on travis, and now I’d like to annouce the
beta release of jpm-mobile
!
jpm-mobile
provides a means for running Jetpacks (aka Add-on SDK add-ons) on Android devices.
This is achieved by communicating through adb
, which is required by jpm-mobile
.
Installing is easy with npm install jpm-mobile -g
, then testing an add-on on Firefox for Android
(aka Fennec) is as simple as plugging the device in to your computer and running:
jpm-mobile run --adb /path/to/adb -b fennec
Note that the add-on’s package.json
or install.rdf
should be marked as supporting Fennec.
For the former, the package.json
should include something like:
{
...
"engines": {
"fennec": "*"
}
...
}
http://work.erikvold.com/jetpack/2015/04/11/jpm-mobile-beta.html
Комментировать | « Пред. запись — К дневнику — След. запись » | Страницы: [1] [Новые] |