Skip to content

Commit

Permalink
Fix .android info (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: b3nj4m1n <b3nj4m1n@gmx.net>
  • Loading branch information
HanabishiRecca and b3nj5m1n committed Jul 10, 2022
1 parent e537b63 commit b4b4102
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions programs/android-studio.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"files": [
{
"path": "$HOME/.android",
"movable": true,
"help": "Export the following environment variables:\n\n```bash\nexport ANDROID_HOME=\"$XDG_DATA_HOME\"/android\n```\n"
"help": "Try exporting the following environment variables:\n\n```bash\nexport ANDROID_HOME=\"$XDG_DATA_HOME\"/android\n```\n\n**adb** will always generate \"$HOME/.android/adbkeys\".\n",
"movable": false,
"path": "$HOME/.android"
}
],
"name": "android-studio"
Expand Down

0 comments on commit b4b4102

Please sign in to comment.