Start a new topic

Example project on Android gives has no method 'isDeviceSupported'

Example project on Android gives has no method 'isDeviceSupported'


I'm trying to run the sample project in Android with Appcelerator Titanium.

I installed the module from the marketplace, and then downloaded the example project. I'm trying to run it on a Samsung Galaxy S2, but I get this error on every example I try.

 

:  TiExceptionHandler: (main) ----- Titanium Javascript Runtime Error -----

:  TiExceptionHandler: (main) - In ui/windows/ARchitectWindow.js:26,42

:  TiExceptionHandler: (main) - Message: Uncaught TypeError: Object #<Wikitudeand> has no method 'isDeviceSupported'

:  TiExceptionHandler: (main) - Source:         var isDeviceSupported = wikitude.isDeviceSupported(_this.augmentedReal

:  V8Exception: Exception occurred at ui/windows/ARchitectWindow.js:26: Uncaught TypeError: Object #<Wikitudeand> has no method 'isDeviceSupported'

 

What am I doing wrong?

The last update of the module (3.3.1) resolved the issue.
Login or Signup to post a comment