After taking a look at your new logs it appears that you need to update your SDK and NDK.
Error: Target id ‘android-24’ is not valid. Use ‘android.bat list targets’ to get the target ids.
After this if you are still having issue, could you post your new logs so that I can take a look at the updated version? Please be sure to clear out your old logs before packaging so as to narrow things down. I have provided some information below on how you can get a quick idea of what’s going on when you run into errors.
Tips and Tricks for quickly handling logs:
- Clear logs before attempting to package
- If the build fails, open output log
- Ctrl+F or use the search bar for “Error” (this is especially useful when given “unknown error” at the bottom of the log)
- Take a quick look at the messages that are given
- If you don’t understand the error, search to see if others have had the same error or for more information on what could be the cause
- If/When the error is resolved attempt to package and repeat all steps until all errors are cleared