Commit graph

6 commits

Author SHA1 Message Date
Zbigniew Rębacz
a83d877bd5
IDE: Android Builder update to 2022 stack (#116)
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:
- Migration from deprecated DX to D8
- Migrate from deprecated jarsigner to apksigner
- Android Builder works now for both POSIX and Windows
- There is no possibility to lunch SDK and AVD managers, the tools that we spawned previously are deprecated. We will need to write our own wrappers for console tools if we want to support that.
- Android Builder now parsers AndroidManifest.xml file and informs Android NDK project about minAndroidSdk version from this file. This helps to avoid warnings in the build process.
2022-12-04 18:24:34 +01:00
klugier
5867b34ac1 Fix android builder windows issues, android builder now can be used with never versions of JDK.
git-svn-id: svn://ultimatepp.org/upp/trunk@10617 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-01 18:59:11 +00:00
cxl
8ebdcbb0d5 uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed
git-svn-id: svn://ultimatepp.org/upp/trunk@10186 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-08-26 17:15:30 +00:00
klugier
a6332210f3 Android Builder now checks project cohesion #1170
git-svn-id: svn://ultimatepp.org/upp/trunk@9183 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-11-13 11:17:15 +00:00
klugier
5b74526bda Implement better cleaning mechanisms within AndroidBuilder
git-svn-id: svn://ultimatepp.org/upp/trunk@9177 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-11-11 20:53:56 +00:00
klugier
c2ce2c69ff Android project abstraction as separated class
git-svn-id: svn://ultimatepp.org/upp/trunk@8890 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-09-04 22:12:14 +00:00