0

Exception fault: VerifyError: Error #1014: Class com.distriqt.extension.googleanalytics::Tracker could not be found.

The issue does NOT occur when installed to a device.

The extension has been added to the application descriptor.

I have other Distriqt extensions (notifications, dialog) already in my app which are working fine.

Setup: Mac / FDT / AIR SDK 18

Michael
  • 3,776
  • 1
  • 16
  • 27
dezza
  • 123
  • 5

2 Answers2

1

We accidentally missed a few classes in default library of the first release of this ANE.

Grab the update and it should resolve this issue.

Cheers

Michael
  • 3,776
  • 1
  • 16
  • 27
  • Thanks for that, but with the update I'm getting the same error. – dezza Nov 24 '15 at 22:46
  • Update: Exiting before the getTracker() call if GoogleAnalytics.isSupported returns false, prevents app from crash so the update did fix. Thanks – dezza Nov 24 '15 at 22:53
0

try to copy and rename your ANE: ane-file-name.ane to ane-file-name.swc, and also add it to your project (you must have both ane and swc)

Timur Koshel
  • 179
  • 4