ultimatepp/uppsrc/ide/Android
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
..
Adb.cpp Fix android builder windows issues, android builder now can be used with never versions of JDK. 2017-01-01 18:59:11 +00:00
Android.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
Android.h IDE: Android Builder update to 2022 stack (#116) 2022-12-04 18:24:34 +01:00
Android.upp Added licenses to ide/Android and ide/Java packages 2015-11-19 19:18:03 +00:00
AndroidManifest.cpp IDE: Android Builder update to 2022 stack (#116) 2022-12-04 18:24:34 +01:00
AndroidNDK.cpp Ide: Limit number of Android c++ runtimes to the current NDK state. 2020-10-10 21:01:28 +00:00
AndroidSDK.cpp IDE: Android Builder update to 2022 stack (#116) 2022-12-04 18:24:34 +01:00
Apk.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
Copying uppsrc: (c) 2022 2022-04-03 20:58:06 +02:00
Devices.h ide: Fixed CLANG warning 2019-06-17 14:36:36 +00:00
Executables.h .ide BLITZ for Android works on Android and added support for Android verbose builds. 2017-03-18 23:49:10 +00:00
LogCat.cpp uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed 2016-08-26 17:15:30 +00:00
NDKBuild.cpp .ide .android NDKBuild now correctly initialized default value for jobs parameter. 2017-05-12 19:15:01 +00:00