Animate compile release bug
See original GitHub issueHi recently I have a problem when I want to build my project with ctrl+enter and when I choose ActionScript compile release - asconfig.json (ctrl+shift+B) I see this error message :
> Executing task: c:\Program Files\Java\jdk1.8.0_51\bin\java.exe -jar c:\Users\Younes\.vscode\extensions\bowlerhatllc.vscode-nextgenas-1.2.0\bin\asconfigc.jar --sdk E:\Tools\sdk\Air32 --debug=false <
Adobe Animate not found. Use --animate option.
The terminal process terminated with exit code: 1
Terminal will be reused by tasks, press any key to close it.
this is my JSON file:
{
"type": "app",
"config": "airmobile",
"compilerOptions": {
"external-library-path": [
".\\native\\",
"E:\\MyProject\\M.Team\\Tools\\FlexLibs-andOthers",
"E:\\MyProject\\M.Team\\Tools\\MteamGoogleMapAPI\\src"
],
"source-path": [
"E:\\MyProject\\M.Team\\Tools\\SaffronCode\\",
"E:\\MyProject\\M.Team\\Tools\\ASPack",
"E:\\MyProject\\M.Team\\Tools\\SaffronCode",
"E:\\MyProject\\M.Team\\Tools\\MteamGoogleMapAPI\\src"
]
},
"animateOptions": {
"file": "xxx.fla"
},
"files": [
"xxx.as"
]
}
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Fixed issues in Animate release - Adobe Support
Here's a list of issues we fixed in the latest release of Animate. ... Compiler error on publishing the file with any of...
Read more >Animations won't trigger after build · Issue #20685 - GitHub
This worked : animations work when build-optimizer is turned off. ng build --prod --build-optimizer false --base-href /app. Is this a bug ?
Read more >Bug - com.unity.animation 2021.2 compile errors
- import com.unity.animation. ... My question only is : Can we expect an update on the animation package ? it somewhat looks a...
Read more >4.11p2 BUG crash after changing animClass and compiling
First,when I migrate my project from 4.10.2 to 4.11p2,almost all my character won't play animation when I hit PIE.
Read more >Transform animation bug in swift? - uiview - Stack Overflow
I tested your code in both Objective-C and Swift and the behavior was exactly the same in both languages (it looks like your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am aware of this warning. You can safely ignore it.
I just published v1.2.1 to the VSCode Marketplace. This should fix the detection of Animate when
as3mxml.sdk.animate
is not set.