Let's engage user with Flash platform
How to solved: Adobe AIR project get error after update Flash builder to version 4.0.1
Yes, Adobe released new update for the most powerful RIA development tool. What will happen next? yes, we download and install it. So what will happen next with your exist Adobe AIR project? got the error like this when you try to compile both in release and debug mode.
ERROR #1014: Class IIMEClient could not be found.
The easiest way to solve this problem is described below:
- Go to your <application-name>-app.xml
- Replace your Adobe AIR version in this line:
<application xmlns="http://ns.adobe.com/air/application/1.5.3">
- With this line:
<application xmlns="http://ns.adobe.com/air/application/2.0">
- Save and re-compile your application.
Thank you for your interesting and cheer!
Related posts:
| Print article | This entry was posted by Greendog on Friday, 9 July, 2010 at 5:16 pm, and is filed under Flash Builder. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |



