Linked Questions

909 votes
33 answers
885k views

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 ...
changey's user avatar
  • 19.7k
220 votes
39 answers
352k views

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 ...
dustmachine's user avatar
  • 10.9k
193 votes
21 answers
266k views

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 ...
hannes ach's user avatar
  • 17.9k
150 votes
10 answers
108k views

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 ...
Reza Dehnavi's user avatar
  • 2,283
5 votes
3 answers
7k views

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/...
Rehab Saad's user avatar
5 votes
2 answers
11k views

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 ...
redevill's user avatar
  • 391
2 votes
3 answers
7k views

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 ...
user648929's user avatar
1 vote
1 answer
3k views

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("...
Julio Didier Maciel's user avatar
-1 votes
1 answer
1k views

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 ...
user173488's user avatar
1 vote
1 answer
2k views

App crash on opening it on android device. Build successfully but raising an error "Failed to connect to development server".
Vaishali Jain's user avatar
0 votes
1 answer
164 views

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&...
subKiller's user avatar
  • 168