There are those strange warns of my Flex library project on my Flex builder 4.6 with FlexSDK 4.6:
- Classes must not be nested.
- abc bytecode decoding failed.
let me describe how those strange comes to my Flex Builder 4.6.
- first,those warnings don't appear everytime,they just come out after I made some changes in a class (though the change is just add some blank lines). If I project-->clean , those warnings go away.
- second,if another project does not use this libray ,the warnings disappear.
- third, i am 95% sure there is nothing wrong in my code because is simple. There are no classes nested in my code!
- forth, here is a sample. There are two Classes in a Flex Library project, named Aclass And Bclass ,and an ActionScript Project that uses this Flex Library. If Aclass uses Bclass in the AS project,the warnings will be appear!
So, I have no idea what is wrong!! Maybe it is caused by my poor knowledge about Flash Builder, Flex Library, or the AS projects.
Thanks for your reading,as you infer, English is a foreign languages to me,there must be some mistakes,forgive me please
playerGlobal.swc(also based on searching). Finally, another person reported having problems b/c they were using theVectorclass in a SWC (though that was 3 years ago). - Sunil D.