I am using eyetribe-java-0.9.60.jar for the development
to activate the GazeManager, following code was specified:
final GazeManager gm=GazeManager.getInstance();
boolean success = gm.activate(GazeManager.ApiVersion.VERSION_1_0, GazeManager.ClientMode.PUSH);
but I am getting the following error
Exception in thread "main" java.lang.NoSuchMethodError: com.theeyetribe.clientsdk.GazeManager.activate(Lcom/theeyetribe/clientsdk/GazeManagerCore$ApiVersion;Lcom/theeyetribe/clientsdk/GazeManagerCore$ClientMode;)Z
at Demo.main(Demo.java:17)
How can I resolve it?