为什么我的eclipse新建安卓项目是出现这个?

2025-04-05 18:16:29
推荐回答(3个)
回答1:

点击菜单栏中的Project——>Clean....,再保存一下就可以了

回答2:

Form formPreview = new Form();
public Leaf(string name) : base(name) { }
public override void Add(Component c)
{
Console.WriteLine("Cannot add to a leaf");
}
public override void Remove(Component c)
{
Console.WriteLine("Cannot remove to a leaf");
}
public override void Display(int depth)
{
Console.WriteLine(new string('-',depth)+name);
}
}

回答3:

AndroidManifest.xml文件丢失了,怎么弄你应该知道