62
edits
(→How to build Fennec Native to be used for Robotium?: Added alternative way to remove certificate.) |
|||
Line 1: | Line 1: | ||
== How to build Fennec Native to be used for Robotium? == | == How to build Fennec Native to be used for Robotium? == | ||
* Follow [https://wiki.mozilla.org/Fennec/NativeUI#How_To_Build How to build Fennec] | * Follow [https://wiki.mozilla.org/Fennec/NativeUI#How_To_Build How to build Fennec] | ||
* Unzip the APK | |||
* Delete the META directory | * EITHER: | ||
* Zip the folder back up | * Unzip the APK | ||
* Delete the META directory | |||
* Zip the folder back up | |||
* OR, if the above doesn't work: | |||
* Rename the apk fennec.zip | |||
* Remove the META directory with | |||
zip -d fennec.zip META-INF\* | |||
* Rename fennec.zip fennec.apk | |||
* Resign the APK with | * Resign the APK with | ||
jarsigner -keystore ~/.android/debug.keystore -storepass android -keypass android fennec-details.apk androiddebugkey | jarsigner -keystore ~/.android/debug.keystore -storepass android -keypass android fennec-details.apk androiddebugkey |
edits