Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
1ba9fac2
Commit
1ba9fac2
authored
Nov 10, 2015
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
udpate build tools version
parent
23d15122
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
travis-ci/setup.sh
travis-ci/setup.sh
+3
-3
No files found.
travis-ci/setup.sh
View file @
1ba9fac2
...
@@ -8,8 +8,8 @@ export PATH=${ANDROID_NDK_HOME}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-t
...
@@ -8,8 +8,8 @@ export PATH=${ANDROID_NDK_HOME}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-t
if
[
!
-d
"
$ANDROID_HOME
"
]
;
then
if
[
!
-d
"
$ANDROID_HOME
"
]
;
then
mkdir
-p
$ANDROID_HOME
mkdir
-p
$ANDROID_HOME
pushd
$HOME
/.android
pushd
$HOME
/.android
wget
-q
http://dl.google.com/android/android-sdk_r24.
3.4
-linux.tgz
wget
-q
http://dl.google.com/android/android-sdk_r24.
4.1
-linux.tgz
tar
xf android-sdk_r24.
3.4
-linux.tgz
tar
xf android-sdk_r24.
4.1
-linux.tgz
popd
popd
fi
fi
...
@@ -22,5 +22,5 @@ if [ ! -d "$ANDROID_NDK_HOME" ]; then
...
@@ -22,5 +22,5 @@ if [ ! -d "$ANDROID_NDK_HOME" ]; then
popd
popd
fi
fi
echo
"y"
| android update sdk
--filter
tools,platform-tools,build-tools-23.0.
1
,android-23,extra-google-m2repository
--no-ui
-a
echo
"y"
| android update sdk
--filter
tools,platform-tools,build-tools-23.0.
2
,android-23,extra-google-m2repository
--no-ui
-a
echo
"y"
| android update sdk
--filter
extra-android-m2repository
--no-ui
-a
echo
"y"
| android update sdk
--filter
extra-android-m2repository
--no-ui
-a
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment