Debug2 FlashDevelop에서 디버깅 오류 Error #1065: Variable ? is not defined. 해결 FlashDevelop에서 Adobe AIR 모바일을 디버깅 할 때 가끔 아래와 같은 에러 메시지로 중단 되는 경우가 있다.[Fault] exception, information=ReferenceError: Error #1065: Variable FlexVersion is not defined. [Fault] exception, information=ReferenceError: Error #1065: Variable 변수명 is not defined.그럴 경우 아래와 같은 방법으로 해결할 수 있다.1. Project > Clean Project(Shift+F8)를 하고 다시 빌드한다.2. Debug > Break On All Errors(Ctrl+Alt+E)를 해제한다. 2017. 11. 29. FlashDevelop 안드로이드 에뮬레이터에서 디버깅하기 안드로이드 에뮬레이터를 실행하고 FlashDevelop에서 디버깅을 시작하면 APK 설치 부분에서 아래와 같은 에러가 난다.error: device not found 해결 방법은 Run.bat 파일의 92번째 줄에서 -d 옵션을 -e로 바꿔주면 된다.adb -e install -r "%OUTPUT%" 2014. 11. 7. 이전 1 다음