diff --git a/programs/android-studio.json b/programs/android-studio.json deleted file mode 100644 index ce088500..00000000 --- a/programs/android-studio.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "files": [ - { - "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" -} \ No newline at end of file diff --git a/programs/android.json b/programs/android.json new file mode 100644 index 00000000..4d3273e9 --- /dev/null +++ b/programs/android.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "help": "Export the following environment variable:\n\n```bash\nexport ANDROID_HOME=\"$XDG_DATA_HOME\"/android\n```\n\nAdditionally, if you use adb, use the following alias:\n\n```bash\nalias adb='HOME=\"$XDG_DATA_HOME\"/android adb'\n```\n\n", + "movable": true, + "path": "$HOME/.android" + } + ], + "name": "android" +}