• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision9b813e6ce1b89bc4da0ce860701937389bb5c3b3 (tree)
Time2022-02-15 00:15:23
AuthorFs <Fsu0413@vip....>
CommiterFs

Log Message

android sdk update, install for mac m1

Change Summary

Incremental Difference

--- a/Compile/lib/Configuration.lua
+++ b/Compile/lib/Configuration.lua
@@ -156,6 +156,9 @@ conf.host.macM1 = {
156156 ["pathSep"] = '/',
157157 ["sourcePackagePath"] = "/opt/sources/",
158158 ["buildRootPath"] = "/opt/build/",
159+ ["androidSdkPath"] = {
160+ ["Latest"] = "/opt/env/android-sdk-mac-2/",
161+ },
159162 ["androidNdkPath"] = {
160163 ["r23b"] = "/Applications/AndroidNDK7779620.app/Contents/NDK/", -- NDK r23b only distributes as APP bundle, so we install the APP in /Applications.
161164 },