Skip to content

Instantly share code, notes, and snippets.

@lcenchew
Created September 12, 2023 09:37
Show Gist options
  • Save lcenchew/b142ee74c5f58c3e7e971a2b3d2904e8 to your computer and use it in GitHub Desktop.
Save lcenchew/b142ee74c5f58c3e7e971a2b3d2904e8 to your computer and use it in GitHub Desktop.
Notes - Android #notes

Android

brew cask install android-studio

Folders: ~/Library/{Preferences, Caches, Logs, Application Support}/AndroidStudio SDK: /Users/user/Library/Android/sdk

using Bazel

brew tap bazelbuild/tap
brew install bazelbuild/tap/bazel

Android Studio

  • Project Structure ⌘;

Connecting to Phone

Developer mode

  • Redmi 8A

https://stackoverflow.com/questions/35101987/android-studio-does-not-recognize-my-xiaomi-redmi-note-3
Setting > About phone > tap "MIUI version" 7 times

Building with Cloud Build

create a build container with necessary tools, SDK

links:


🔼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment