0

Last night I was fed up with the slow debugging of AVD and somewhere I found about HAXM. Which is basically hardware acceleration support. SO-LINK Shows how to install it for ADT. All went fine until I restarted ADT and then I started to get the error on java.util in one of the OpenCV sdk files. Screen below shows the error. enter image description here

How do I fix this problem. I hope it had nothing todo with HAXM! Any help much appreciated!

Community
  • 1
  • 1
Wajih
  • 793
  • 3
  • 14
  • 31

1 Answers1

4
  1. Go to Project Properties -> Java Build Path -> Libraries.
  2. Remove the Library "Unable to get system library for project".
  3. now select Android from left menu -> tick the appropriate version of android under Project Build Target.
  4. Click on apply and then OK.
  5. Now clean your project.
  6. Right click on project -> Android tools -> Fix Project Properties.
OFR
  • 90
  • 1
  • 1
  • 12