@@ -10,9 +10,6 @@ portable. To run the scripts you need PowerShell version 2.0 or higher.
10
10
+ Downloads 7zr to bootstrap extraction of 7-zip archives
11
11
+ Downloads 7-Zip and unpacks its installer with 7zr.
12
12
+ Downloads Android Studio and unpacks its archive.
13
- + Downloads the Oracle JDK installer and unpacks it with 7-Zip.
14
- + Unpacks `.pack` files in the JDK directory into `.jar` files with
15
- the unpack200 utility bundled with the JDK.
16
13
+ Generates a batch file to start an Android Studio instance without
17
14
PowerShell.
18
15
@@ -25,26 +22,22 @@ portable. To run the scripts you need PowerShell version 2.0 or higher.
25
22
- `ANDROID_HOME` (_Android SDK root_)
26
23
- `ANDROID_SDK_HOME` (_~\\.android_)
27
24
- `GRADLE_USER_HOME` (_~\\.gradle_)
28
- - `JAVA_HOME` (_JDK root_)
29
25
30
- + Adds directories with executables from the SDK and JDK at the beginning
26
+ + Adds directories with executables from the SDK at the beginning
31
27
of the ` PATH ` environment variable for use in the Android Studio
32
28
terminal.
33
29
34
- - JDK _ bin_ directory
35
30
- Android Studio _ bin_ directory
36
31
- Android SDK _ tools_ and _ platform-tools_ directories
37
32
38
33
* __ Remove-SetupTemporaryFiles.ps1__
39
34
40
- + Removes all aria2 and 7-Zip files then Studio and JDK
41
- archives.
35
+ + Removes all aria2 and 7-Zip files then Studio archive.
42
36
43
37
* __ Remove-AndroidStudioPortable.ps1__
44
38
45
- + Removes all aria2 and 7-Zip files then Studio and JDK
46
- archives.
47
- + Removes the unpacked SDK, Studio, and JDK directories but leaves the
39
+ + Removes all aria2 and 7-Zip files then Studio archive.
40
+ + Removes the unpacked SDK and Studio directories but leaves the
48
41
portable home directory along.
49
42
50
43
* __ AndroidStudioPortable-Definitions.ps1__
@@ -60,7 +53,7 @@ portable. To run the scripts you need PowerShell version 2.0 or higher.
60
53
## Shortcomings
61
54
62
55
* The scripts don't touch your project files in any way or form. That means you
63
- will have to update the path to the Android SDK and Oracle JDK directories in
56
+ will have to update the path to the Android SDK directory in
64
57
your project settings from time to time.
65
58
66
59
* In an environment with a ` Restricted ` PowerShell execution policy you have to
0 commit comments