ultimatepp/examples/AndroidMath
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
..
AndroidManifest.xml IDE: Android Builder update to 2022 stack (#116) 2022-12-04 18:24:34 +01:00
AndroidMath.cpp .reorganizing 2016-05-01 20:21:16 +00:00
AndroidMath.java .exampls Added more comments to AndroidMath 2016-03-12 11:44:12 +00:00
AndroidMath.upp .examples Fix AndroidMath MemoryManger class 2016-03-06 12:42:09 +00:00
AndroidMathActivity.java Examples, Android: reverted last change. 2021-07-19 21:06:16 +00:00
MemoryManager.h .reorganizing 2016-05-01 20:21:16 +00:00
Vector.cpp Examples, Android: reverted last change. 2021-07-19 21:06:16 +00:00
Vector.java Examples, Android: reverted last change. 2021-07-19 21:06:16 +00:00