DevTech101

DevTech101

First create a gradle.properties file
Note: Change the ip and port below

systemProp.http.proxyHost=10.10.10.10
systemProp.https.proxyHost=10.10.10.10
systemProp.http.proxyPort=3120
systemProp.https.proxyPort=3120
systemProp.http.proxyUser=
systemProp.http.proxyPassword=
systemProp.https.proxyUser=
systemProp.https.proxyPassword=
systemProp.http.nonProxyHosts=
systemProp.http.proxyStrictSSL=false

Point the environment the gradle file

# Add gradle proxy settings
export GRADLE_USER_HOME=/root/.gradle
Now lets install libGDX in Android Studio
Download the latest setup libGDX app.
java -jar gdx-setup.jar

Only change the SDK folder and pick a detestation folder.
Once Download is completed
Go in to Android studio and import the project

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
%d bloggers like this: