Ionic developing Android App

Source: Internet
Author: User

Under Win configuration Ionic can refer to the July blog: http://www.cnblogs.com/shikelong/p/4480975.html.

According to the July thinking basic can create a ionic project, below I mainly describe how to put the packaged apk signature.

Before you begin

Learn two things first:

    1. Keytool is an effective security key and certificate management tool. (Refer to this blog post for specific usage: http://blog.csdn.net/tony1130/article/details/5134318)
    2. Android requires that all programs must have a signature, otherwise the program will not be installed.

Generate commands

注意: Remember to alias_name change it.

2048 10000

After executing the above command, you will be prompted to enter some basic information.

Compiling Ionic Android Project

1. Generate Release Package

D:\phones\ionic\testapp\testapp>ionic Build Android-release

2. Sign the APK

D:\phones\ionic\testapp\testapp>jarsigner-verbose-sigalg sha1withrsa-digestalg Sha1-keystore my-release-  Key.keystore plateforms\android\build\outputs\apk\android-release-unsigned.apk alias_name
Attention:
my-release-Key.keystore: Must be the same as the name set in Keytool;
Alias_name: must also be the same as the settings in the Keytool;

Ionic developing Android App

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.