LoginSignup
0
0

More than 5 years have passed since last update.

libGDXを認証ありproxyの環境で使う

Posted at

こんなシェルスクリプトを書いている

gdxsetup

export JAR_PATH=/Users/nunocky/bin/gdx-setup.jar
export ANDROID_HOME=/Applications/adt-bundle-mac-x86_64/sdk

java \
    -Dhttp.proxyHost=192.168.0.1 \
    -Dhttp.proxyPort=8080 \
    -Dhttp.proxyUser=nunocky \
    -Dhttp.proxyPassword=******** \
    -jar ${JAR_PATH}
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0