Hadi Tavakoli
Hadi Tavakoli
I'm not sure what could be wrong. maybe if you can post some logs, we might be able to help.
https://github.com/myflashlab/ANE-LAB/issues/152#issuecomment-775203508 is this ticket related to this one?
@applauzmedia based on the error message, `Class com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar is not an found.` the dependency ANE which includes that class is [googlePlayServices_measurementBase.ane](https://github.com/myflashlab/common-dependencies-ANE/blob/master/googlePlayServices/googlePlayServices_measurementBase.ane) are you sure that ANE is included? and also...
@applauzmedia I just had a closer look around this and noticed that `java.lang.ClassNotFoundException: com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar` is not causing the crash. the next line says: ``` FirebaseInitProvider: FirebaseApp initialization successful ``` So,...
Hmm, maybe creating a demo project can be super easy, just remove all your app code but keep manifest, app package name and a simple DocumentClass .as file just to...
hmm, anti virus programs might be nagging about this simply because of self-signed certificates being used in the program. you can just whitelist the software in your computer and it...
I created a quick test project in AdobeAnimate and targeted SDK 32 to see if it works or not... and it did! ```actionscript package { import flash.display.Sprite; import flash.text.TextField; public...
@itlancer Ah, that explains it. thanks for pointing out to that sentence. Anyhow, I was able to load images inline using `TextFlow` instead of the classic `TextField` class anyway. Considering...
@ajwfrost It would be nice if it works at least from the local assets.
Tried with Java 15, 17 and 21. all returned the same err. ``` Warning: packagedDependency okio-1.17.5.jar used by more than one ANE. Ignoring this entry Warning: packagedDependency jsr305-3.0.2.jar used by...