-
We should focus on what still needs to be done to call a release a "1.0" release. Here we should compile a list and document the tasks. I'm willing to help, but I don't know exactly what to do.
- […
Harbs updated
4 years ago
-
In version 1.19.0, the mxmlc build command referenced the main class relatively e.g. `-- src\App.mxml`.
However, version 1.20.0 references it absolutely e.g. `-- C:\My Project\src\App.mxml`
The …
-
I have a project where I have the AS file in a project sub directory and I'm having issues.
Here's the project structure:
```
/project
/public
- MyApp.as
- asconfig.json
…
-
It looks to me like the first target in the list of `targets` is used for code intelligence.
This means that if you have:
````
"targets": [
"JSRoyale",
"SWF"
…
-
Whenever I make a minor change to a class then ctrl+enter to run:
```
(fcsh) compile 1
Loading configuration: E:\Development\ActionScript\SDK\AdobeAir\Windows\50.2\frameworks\air-config.xml
18…
-
For example, `x ?? y` is causing error at the right `?`. I'm using only one SDK
**AS&MXML version:** 1.15.0
**AIR SDK version:** 50.0.1.2
**Environment `AIR_HOME`:** C:\Dev\AIRSDK_Windows\AIRSDK_…
-
Hey, there has been sometime I've not been using `asconfigc`. I don't know why I'm getting:
> a target file must be specified.
Any idea? This is my `asconfig.json`:
```json
{
"config": …
-
> error 301: Application descriptor missing/cannot be opened
asconfig.json
```json
{
"compilerOptions": {
"output": "bin-debug/ExcelReadtoJson.swf",
"source-path": [
"src"
],
…
-
A task with a custom ASConfig needs to have its asconfig defined as "jsonURI" instead of "asconfig", which auto-completion shows.
Example of non-working task:
```
{
"type": "actionscript",
"a…
-
When trying to debug the project on an android device I am getting :
`Error reading Adobe AIR application for platform "android". `
what could be the issue ? the same for iOS.
But I am abl…