Add android development environment and added opencode models

This commit is contained in:
2026-05-06 19:32:05 +02:00
parent 70881cb0cb
commit 4e4818343b
5 changed files with 34 additions and 4 deletions
+14 -2
View File
@@ -40,6 +40,18 @@
scrcpy
android-tools
awww
openvpn
];
openvpn
# android development
jdk17
gradle
android-tools
(pkgs.androidenv.composeAndroidPackages {
buildToolsVersions = ["36.0.0" "35.0.0" "34.0.0" "29.0.3"];
platformVersions = ["29" "34" "35" "36"];
includeNDK = true;
ndkVersions = ["27.0.12077973"];
cmakeVersions = ["3.22.1"];
}).androidsdk
];
}