adl not found after installing adobe air on ubuntu
I am using ubuntu 18 and following this tutorial to install adobe air
Installation goes smooth, no errors (after some modification like using --fix-broken and adding i386 architecture to my machine)
I am then trying to use it like explained here
But when I try to use adl I keep getting
Command "adl" not found
What am i missing? Where is the adl command?
ubuntu air adobe ubuntu-18.04
add a comment |
I am using ubuntu 18 and following this tutorial to install adobe air
Installation goes smooth, no errors (after some modification like using --fix-broken and adding i386 architecture to my machine)
I am then trying to use it like explained here
But when I try to use adl I keep getting
Command "adl" not found
What am i missing? Where is the adl command?
ubuntu air adobe ubuntu-18.04
add a comment |
I am using ubuntu 18 and following this tutorial to install adobe air
Installation goes smooth, no errors (after some modification like using --fix-broken and adding i386 architecture to my machine)
I am then trying to use it like explained here
But when I try to use adl I keep getting
Command "adl" not found
What am i missing? Where is the adl command?
ubuntu air adobe ubuntu-18.04
I am using ubuntu 18 and following this tutorial to install adobe air
Installation goes smooth, no errors (after some modification like using --fix-broken and adding i386 architecture to my machine)
I am then trying to use it like explained here
But when I try to use adl I keep getting
Command "adl" not found
What am i missing? Where is the adl command?
ubuntu air adobe ubuntu-18.04
ubuntu air adobe ubuntu-18.04
asked Jan 2 at 10:24
thebeancounterthebeancounter
9311927
9311927
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The adl command is in the 'bin' folder of the directory where Air is installed.
If you don't know where the Air directory is, try this brute force (may take time):
find / -name adl
Get nothing, does it make any sense?
– thebeancounter
Jan 7 at 10:24
Did you download the SDK (as explained in the second link you referred) ? adl is only included in the SDK. It is not part of the runtime (your first link).
– Chris
Jan 8 at 18:47
I installed it using the .deb file, is that not sufficient?
– thebeancounter
Jan 9 at 9:21
The .deb file is AIR runtime; it allows you to run AIR applications. But if you wish to go further and develop applications, you need to also install the SDK (Software Development Kit). adl is contained in the SDK.
– Chris
Jan 9 at 16:01
i will try that, thank you
– thebeancounter
Jan 9 at 16:14
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54004636%2fadl-not-found-after-installing-adobe-air-on-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The adl command is in the 'bin' folder of the directory where Air is installed.
If you don't know where the Air directory is, try this brute force (may take time):
find / -name adl
Get nothing, does it make any sense?
– thebeancounter
Jan 7 at 10:24
Did you download the SDK (as explained in the second link you referred) ? adl is only included in the SDK. It is not part of the runtime (your first link).
– Chris
Jan 8 at 18:47
I installed it using the .deb file, is that not sufficient?
– thebeancounter
Jan 9 at 9:21
The .deb file is AIR runtime; it allows you to run AIR applications. But if you wish to go further and develop applications, you need to also install the SDK (Software Development Kit). adl is contained in the SDK.
– Chris
Jan 9 at 16:01
i will try that, thank you
– thebeancounter
Jan 9 at 16:14
add a comment |
The adl command is in the 'bin' folder of the directory where Air is installed.
If you don't know where the Air directory is, try this brute force (may take time):
find / -name adl
Get nothing, does it make any sense?
– thebeancounter
Jan 7 at 10:24
Did you download the SDK (as explained in the second link you referred) ? adl is only included in the SDK. It is not part of the runtime (your first link).
– Chris
Jan 8 at 18:47
I installed it using the .deb file, is that not sufficient?
– thebeancounter
Jan 9 at 9:21
The .deb file is AIR runtime; it allows you to run AIR applications. But if you wish to go further and develop applications, you need to also install the SDK (Software Development Kit). adl is contained in the SDK.
– Chris
Jan 9 at 16:01
i will try that, thank you
– thebeancounter
Jan 9 at 16:14
add a comment |
The adl command is in the 'bin' folder of the directory where Air is installed.
If you don't know where the Air directory is, try this brute force (may take time):
find / -name adl
The adl command is in the 'bin' folder of the directory where Air is installed.
If you don't know where the Air directory is, try this brute force (may take time):
find / -name adl
answered Jan 6 at 15:31
ChrisChris
548511
548511
Get nothing, does it make any sense?
– thebeancounter
Jan 7 at 10:24
Did you download the SDK (as explained in the second link you referred) ? adl is only included in the SDK. It is not part of the runtime (your first link).
– Chris
Jan 8 at 18:47
I installed it using the .deb file, is that not sufficient?
– thebeancounter
Jan 9 at 9:21
The .deb file is AIR runtime; it allows you to run AIR applications. But if you wish to go further and develop applications, you need to also install the SDK (Software Development Kit). adl is contained in the SDK.
– Chris
Jan 9 at 16:01
i will try that, thank you
– thebeancounter
Jan 9 at 16:14
add a comment |
Get nothing, does it make any sense?
– thebeancounter
Jan 7 at 10:24
Did you download the SDK (as explained in the second link you referred) ? adl is only included in the SDK. It is not part of the runtime (your first link).
– Chris
Jan 8 at 18:47
I installed it using the .deb file, is that not sufficient?
– thebeancounter
Jan 9 at 9:21
The .deb file is AIR runtime; it allows you to run AIR applications. But if you wish to go further and develop applications, you need to also install the SDK (Software Development Kit). adl is contained in the SDK.
– Chris
Jan 9 at 16:01
i will try that, thank you
– thebeancounter
Jan 9 at 16:14
Get nothing, does it make any sense?
– thebeancounter
Jan 7 at 10:24
Get nothing, does it make any sense?
– thebeancounter
Jan 7 at 10:24
Did you download the SDK (as explained in the second link you referred) ? adl is only included in the SDK. It is not part of the runtime (your first link).
– Chris
Jan 8 at 18:47
Did you download the SDK (as explained in the second link you referred) ? adl is only included in the SDK. It is not part of the runtime (your first link).
– Chris
Jan 8 at 18:47
I installed it using the .deb file, is that not sufficient?
– thebeancounter
Jan 9 at 9:21
I installed it using the .deb file, is that not sufficient?
– thebeancounter
Jan 9 at 9:21
The .deb file is AIR runtime; it allows you to run AIR applications. But if you wish to go further and develop applications, you need to also install the SDK (Software Development Kit). adl is contained in the SDK.
– Chris
Jan 9 at 16:01
The .deb file is AIR runtime; it allows you to run AIR applications. But if you wish to go further and develop applications, you need to also install the SDK (Software Development Kit). adl is contained in the SDK.
– Chris
Jan 9 at 16:01
i will try that, thank you
– thebeancounter
Jan 9 at 16:14
i will try that, thank you
– thebeancounter
Jan 9 at 16:14
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54004636%2fadl-not-found-after-installing-adobe-air-on-ubuntu%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown