mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
[PR #116] [MERGED] IDE: Android Builder update to 2022 stack #164
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#164
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/116
Author: @klugier
Created: 12/4/2022
Status: ✅ Merged
Merged: 12/4/2022
Merged by: @klugier
Base:
master← Head:klugier/android-builder-d8📝 Commits (8)
f4ab60eIde: Added d8 support for Android Builder.04d51c6Ide: Further work on D8, it works as expected.7a4e6e0Ide: Migrate to apksigner from jarsigner.f8af1d2Ide: Remove unessesary spam from console while building Andorid.10ad795Ide: Fix issue with non loading native Android libraries when build was executed on Windows.e91119eIde: Fix version with uncompatible Android platform versions. Now the information are read from AndroidManifest.xml13df9b7Ide: Removed depricated mechanisms responsible for lunching Andorid SDK and AVD managers.f963e01Ide: Fix Android Builder for Linux.📊 Changes
13 files changed (+337 additions, -128 deletions)
View changed files
📝
examples/AndroidMath/AndroidManifest.xml(+1 -0)📝
uppsrc/ide/Android/Android.h(+24 -10)📝
uppsrc/ide/Android/AndroidManifest.cpp(+36 -2)📝
uppsrc/ide/Android/AndroidSDK.cpp(+7 -2)📝
uppsrc/ide/Builders/Android.h(+3 -0)📝
uppsrc/ide/Builders/AndroidBuilder.cpp(+166 -77)📝
uppsrc/ide/Builders/AndroidBuilder.h(+5 -0)📝
uppsrc/ide/Builders/AndroidProject.cpp(+37 -1)📝
uppsrc/ide/Builders/Build.cpp(+53 -19)📝
uppsrc/ide/Builders/Build.h(+1 -0)📝
uppsrc/ide/ide.h(+0 -1)📝
uppsrc/ide/idebar.cpp(+2 -3)📝
uppsrc/ide/idetool.cpp(+2 -13)📄 Description
Android Builder was modernized to the latest Google stacks. It is compatible with latest build tools version (33) and android (13).
The following PR covers:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.