0

I am getting the following error when I am building my project . How do I correct this ?

enter image description here

Supported Version Details

enter image description here

JAVA SDK

enter image description here

  • Followed same steps but still getting issue – Balamurugan.Santhanaraj Jan 18 '17 at 19:34
  • Make sure to delete your `bin/obj` folders in your project as it most likely has a cached `JDK` path in the `sdk.cache` file. Please post your full diagnostic build output if that does not solve the issue. – Jon Douglas Jan 18 '17 at 19:37
  • Thanks @JonDouglas. After Deleting Bin/Obj error has gone. Now I am getting different error, As below 1>Please select a valid device before running the application. 1>------ Deploy started: Project: App2.Droid, Configuration: Debug Any CPU ------ 1>Error: Cancelled ========== Deploy: 0 succeeded, 1 failed, 0 skipped ========== – Balamurugan.Santhanaraj Jan 18 '17 at 19:50
  • I will add an answer. Please post another question for your other error. – Jon Douglas Jan 18 '17 at 19:50

1 Answers1

0

Make sure to delete your bin/obj folders in your project as it most likely has a cached JDK path in the sdk.cache file.

Jon Douglas
  • 13,006
  • 4
  • 38
  • 51