mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-05 22:46:55 +08:00
Installs latest Android sdk and ndk. It also runs update for SDK API level 18, latest SDK- and platform- tools and build-tools version 23.0.3. Task-number: QTBUG-58369 Change-Id: Ib42f5149243fc5d262f6542e26726d1c8cbb2e8c Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
4 lines
205 B
PowerShell
4 lines
205 B
PowerShell
# This is needed e.g. for Android NDK installation for Windows 7 x86
|
|
echo "Increase value of MaxMemoryPerShellMB to avoid 'out of memory' exception"
|
|
set-item wsman:localhost\Shell\MaxMemoryPerShellMB 2048
|