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.
- 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.
- 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.
- Clean Project: Delete the compiled files from the previous compilation and recompile the entire Project, which takes time and does not generate an apk.
- 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.
- 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.
- Generate signed APK: Generate a signed apk.
Reference: http://www.91yian.com/278.html
Features of the Android Studio build option