What is the proper way of setting up an Android-powered device for app development?

Asked 10-Jan-2018
Viewed 759 times

1

What is the proper way of setting up an Android-powered device for app development?


1 Answer


0

if you want to develop an android application and want a physical device to run your application on it you will need to configure your device and your application to work accordingly.

just follow these simple steps in order to make your device work-

  1. you first need to declare your device as "debuggable" in your manifest file.
  2. turn on USB debugging mode on your device by going to settings>developer options.
  3. you also need your system to detect your device by finding the right drivers for your device.