Confirmed users
355
edits
Nalexander (talk | contribs) |
Nalexander (talk | contribs) |
||
| Line 219: | Line 219: | ||
{{note|At this time, you can't see the current integration test code coverage.}} | {{note|At this time, you can't see the current integration test code coverage.}} | ||
=== Signing Fennec (for testing multiple Fennecs) === | |||
Follow the instructions at http://developer.android.com/intl/zh-CN/tools/publishing/app-signing.html. | |||
The signing happens in place; try: | |||
cp $OBJDIR/dist/gecko.ap_ $OBJDIR/dist/custom.signed.apk | |||
jarsigner -verbose -sigalg MD5withRSA -digestalg SHA1 -keystore ~/Mozilla/nalexander-keystore $OBJDIR/dist/custom.signed.apk nalexander-keystore | |||
== Security == | == Security == | ||