Linked Questions
11 questions linked to/from Not able to access adb in OS X through Terminal, "command not found"
909 votes
33 answers
885k views
Set up adb on Mac OS X
I spent quite sometime figuring how to set up adb on Mac, so I figure writing how to set it up might be useful to some people. adb is the command line tool to install and run android apps on your ...
220 votes
39 answers
352k views
adb not finding my device / phone (MacOS X)
Doing Android development on a Mac and this very new phone I have doesn't show up in the devices list in adb. Lots of other phones and devices work fine for me so I know my setup is good. I have ...
193 votes
21 answers
266k views
Android Studio/Emulator on macOS with ARM CPU M1
I started Android Studio 4.1 in macOS Big Sure 11.0.1 with new ARM cpu M1 After installing Rosetta: Yes, it builds ! But the Emulator has problems, it shows me CPU does not support VT-x Even ARM ...
150 votes
10 answers
108k views
macOS Catalina 10.15(beta) - Why is ~/.bash_profile not sourced by my shell?
I want to set the environment variable I added below the line to ~/.bash_profile and ~/.profile but it didn't work. export JBOSS_HOME=/Users/{USERNAME}/Desktop/jboss7 Afterward, exit the terminal and ...
5 votes
3 answers
7k views
how to read '/data/anr/traces.txt' in samsung S2
I am developing an application and it keeps crashes randomly. I finally catch the logcat when it crashes. here are the lines I got 01-30 01:04:47.281 2856-2856/com.snappext:hascode_process I/...
5 votes
2 answers
11k views
Android - Connecting to device with adb over wifi
Context: Nexus 7 Android device (NOT Rooted), Android Studio, Mac OS Yosemite 10.10 Swapping between Eclipse environment and the Android studio appears to have caused the problem, But I don't know how ...
2 votes
3 answers
7k views
Accessing SQLite database in android emulator
i am working on an android app which stores data in sqlite db i want to be able to access the data that is currently stored in the emulator. How do i go about connecting to it and perform sql ...
1 vote
1 answer
3k views
Logcat not working on MAC
Ive recently started on Android programming and I just want to print a simple text on console. Seems that Logcat is the fastest way to do that, however its not working on MAC. What is missing? Log.d("...
-1 votes
1 answer
1k views
Viewing Realm database and defining adb as environment variable on macOS
I am new to using Android Studio, also new to using mac os and new to using realm. My problem is I need to view my realm DB using the realm monitor for mac os, to do that I need to extract the DB ...
1 vote
1 answer
2k views
React-native app build successfully but crash on device when opening it
App crash on opening it on android device. Build successfully but raising an error "Failed to connect to development server".
0 votes
1 answer
164 views
Cake -> AdbInstall -> Object reference not set to an instance of an object
How can I use cake ADB in the right way? My laptop -> Mackbook M1 #addin "nuget:?package=Cake.Xamarin&version=3.0.2" #addin "nuget:?package=Cake.Android.Adb&version=3.2.0&...