为什么我的flex builder不能指定一个package名称?
我加了一个包名,结果就报错:
package myPackage
{
import flash.display.Sprite;
public class Test extends Sprite
{
public function Test()
{
}
}
}
错误信息如下:
A file found in a source-path must have the same package structure '', as the definition's package, 'myPackage'
[解决办法]
你看看你包的路径是不是正确的