Skip to content

Commit 77aaab3

Browse files
committedFeb 26, 2019
Update Readme.md
forgot to remove language talking about the JDK from the readme
1 parent 5924392 commit 77aaab3

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed
 

‎Readme.md

+5-12
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ portable. To run the scripts you need PowerShell version 2.0 or higher.
1010
+ Downloads 7zr to bootstrap extraction of 7-zip archives
1111
+ Downloads 7-Zip and unpacks its installer with 7zr.
1212
+ 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.
1613
+ Generates a batch file to start an Android Studio instance without
1714
PowerShell.
1815

@@ -25,26 +22,22 @@ portable. To run the scripts you need PowerShell version 2.0 or higher.
2522
- `ANDROID_HOME` (_Android SDK root_)
2623
- `ANDROID_SDK_HOME` (_~\\.android_)
2724
- `GRADLE_USER_HOME` (_~\\.gradle_)
28-
- `JAVA_HOME` (_JDK root_)
2925

30-
+ Adds directories with executables from the SDK and JDK at the beginning
26+
+ Adds directories with executables from the SDK at the beginning
3127
of the `PATH` environment variable for use in the Android Studio
3228
terminal.
3329

34-
- JDK _bin_ directory
3530
- Android Studio _bin_ directory
3631
- Android SDK _tools_ and _platform-tools_ directories
3732

3833
* __Remove-SetupTemporaryFiles.ps1__
3934

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.
4236

4337
* __Remove-AndroidStudioPortable.ps1__
4438

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
4841
portable home directory along.
4942

5043
* __AndroidStudioPortable-Definitions.ps1__
@@ -60,7 +53,7 @@ portable. To run the scripts you need PowerShell version 2.0 or higher.
6053
## Shortcomings
6154

6255
* 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
6457
your project settings from time to time.
6558

6659
* In an environment with a `Restricted` PowerShell execution policy you have to

0 commit comments

Comments
 (0)
Please sign in to comment.