You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I forced with the issue trying to add the extension to my app. I'm building it with Intellij Idea.
There's the log:
"/Applications/IntelliJ IDEA.app/Contents/jre/jdk/Contents/Home/jre/bin/java" -Dapplication.home=/Users/nick/master/sdk/AIRSDK_Compiler_22 -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Duser.language=en -Duser.region=en -Xmx512m -classpath /Users/nick/master/sdk/AIRSDK_Compiler_22/lib/legacy/fdb.jar flex.tools.debugger.cli.DebugCLI -p 7936…
Adobe fdb (Flash Player Debugger) [build development]
Copyright (c) 2004-2007 Adobe, Inc. All rights reserved.
Trying to connect to Player
Player connected; session starting.
[trace] [Starling] Context ready. Display Driver: OpenGL (Baseline Extended)
java.lang.ArrayIndexOutOfBoundsException: -2
at flash.tools.debugger.concrete.ScriptText.getLine(ScriptText.java:38)
at flash.tools.debugger.concrete.DModule.getLine(DModule.java:135)
at flex.tools.debugger.cli.DebugCLI.dumpBreakLine(DebugCLI.java:2485)
at flex.tools.debugger.cli.DebugCLI.dumpHaltState(DebugCLI.java:2289)
at flex.tools.debugger.cli.DebugCLI.runningLoop(DebugCLI.java:2821)
at flex.tools.debugger.cli.DebugCLI.process(DebugCLI.java:817)
at flex.tools.debugger.cli.DebugCLI.execute(DebugCLI.java:669)
at flex.tools.debugger.cli.DebugCLI.main(DebugCLI.java:461)
[Fault] exception, information=ReferenceError: Error #1065: Variable com.freshplanet.ane.AirCrashlytics::AirCrashlytics is not defined.
The text was updated successfully, but these errors were encountered:
If I'm adding com.freshplanet.ane.AirCrashlytics to descriptor adt packing error occurs: "An implementation for native extension 'com.freshplanet.ane.AirCrashlytics' requared by the application was not found for the target platform"
Thank you for building great ANE's.
I forced with the issue trying to add the extension to my app. I'm building it with Intellij Idea.
There's the log:
"/Applications/IntelliJ IDEA.app/Contents/jre/jdk/Contents/Home/jre/bin/java" -Dapplication.home=/Users/nick/master/sdk/AIRSDK_Compiler_22 -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Duser.language=en -Duser.region=en -Xmx512m -classpath /Users/nick/master/sdk/AIRSDK_Compiler_22/lib/legacy/fdb.jar flex.tools.debugger.cli.DebugCLI -p 7936…
Adobe fdb (Flash Player Debugger) [build development]
Copyright (c) 2004-2007 Adobe, Inc. All rights reserved.
Trying to connect to Player
Player connected; session starting.
[trace] [Starling] Context ready. Display Driver: OpenGL (Baseline Extended)
java.lang.ArrayIndexOutOfBoundsException: -2
at flash.tools.debugger.concrete.ScriptText.getLine(ScriptText.java:38)
at flash.tools.debugger.concrete.DModule.getLine(DModule.java:135)
at flex.tools.debugger.cli.DebugCLI.dumpBreakLine(DebugCLI.java:2485)
at flex.tools.debugger.cli.DebugCLI.dumpHaltState(DebugCLI.java:2289)
at flex.tools.debugger.cli.DebugCLI.runningLoop(DebugCLI.java:2821)
at flex.tools.debugger.cli.DebugCLI.process(DebugCLI.java:817)
at flex.tools.debugger.cli.DebugCLI.execute(DebugCLI.java:669)
at flex.tools.debugger.cli.DebugCLI.main(DebugCLI.java:461)
[Fault] exception, information=ReferenceError: Error #1065: Variable com.freshplanet.ane.AirCrashlytics::AirCrashlytics is not defined.
The text was updated successfully, but these errors were encountered: