Skip to main content
Known Participant
October 20, 2013
Question

Air Debug Launcher

  • October 20, 2013
  • 1 reply
  • 430 views

HI could someone help me setup the runtime directory for the AIR Debug Launcher?

I thought It would be just a case of...

adl -runtime C:\Program Files\Common Files\Adobe AIR\Versions\1.0

But I get the error   "please use -runtime to specify the location of the runtime"

What am I doing wrong?

Thanks

Aidan

This topic has been closed for replies.

1 reply

Known Participant
October 23, 2013

Have you tried putting quotes around the path to the runtime?  it may be breaking because of the space in Program Files in your path.

Assuming you've got the right path to your runtime, you could try:

adl -runtime "C:\Program Files\Common Files\Adobe AIR\Versions\1.0"