Android-exploitme (a): Generate APK

Source: Internet
Author: User

Exploitme is a foreign Android security test environment, http://securitycompass.github.io/AndroidLabs/index.html, through which you can learn some basic test methods and ideas

Let's start with the APK that builds base today:

1. Download the exploit-me git code:

git initgit clone https://github.com/securitycompass/androidlabs.git

2. Then download the base branch and switch over.

Git branch-agit Branch fetch origin basegit checkout basegit Branch

3. Open Eclipse, import the project, and build the APK.

A. Click Import and select Android "Existing Android Code into Workspace"

B. Click "Browse", select the code path for git to download, then select the item and tick "Copy projects into Workspace".

C. This error may be reported after import "Falsesecuremobile" Android requires compiler compliance level 5.0 or 6.0. Found ' 1.7 ' instead. Please use Android Tools > Fix Project propertity "

This time you will install the instructions, right-click the project, select "Fix Project Propertity"

D. Then the export apk file, "Export", select Android "Export Android Application".

Select KeyStore

Select key

Select the path that the APK saves:

Okay, the APK is ready to build.

Related Article

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.