I wanted to use Android studio 2.3 and my samsung galaxy note5(android 6.0.1) to run simple default hello world
app on my phone, but I got this error message:
All packages are not available for download! The following packages are not available:
-Â Package id platforms;android-23
And after closing the message I see this message in a green box in the bottom of the IDE:
Instant Run is disabled: Instant Run requires that the Android SDK for
the API level of the device you are deploying to is installed. To use
Instant Run, open SDK Manager and install the missing platform.
Although program works on my phone and it's installed and I can open and see it in my phone but I like to know why I got this error message and how can I fix it?
Thanks a lot!