]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
improve android reccomendations
authorJoel Beckmeyer <joel@beckmeyer.us>
Thu, 20 Jul 2023 12:36:05 +0000 (08:36 -0400)
committerJoel Beckmeyer <joel@beckmeyer.us>
Mon, 7 Aug 2023 15:48:27 +0000 (11:48 -0400)
programs/android-studio.json [deleted file]
programs/android.json [new file with mode: 0644]

diff --git a/programs/android-studio.json b/programs/android-studio.json
deleted file mode 100644 (file)
index ce08850..0000000
+++ /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 (file)
index 0000000..4d3273e
--- /dev/null
@@ -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"
+}