Features of the Android Studio build option

Source: Internet
Author: User

The following error occurred during the re-development process:

Either clean, or delete the project's build folder, Rebuild project or error.

Solution: A code error occurred after make Project. Fix the code problem and run the project on it.

The following section explains the options feature of the next build.

  1. Make Project: Compiles all the module under Project, typically a file that has been updated under project since the last compilation and does not generate an apk.
  2. Make Selected Modules: compiles the specified module, typically a file that has been updated since the last compiled module and does not generate an apk.
  3. Clean Project: Delete the compiled files from the previous compilation and recompile the entire Project, which takes time and does not generate an apk.
  4. Rebuild Project: Perform a clean operation, delete the compiled files and executables that were previously compiled, and recompile the new compiled files without creating the APK.
  5. Build APK: The previous 4 options are compiled, no apk files are generated, if you want to build apk, you need to click Build apk.
  6. Generate signed APK: Generate a signed apk.

Reference: http://www.91yian.com/278.html

Features of the Android Studio build option

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.