我在尝试重用项目类和资源时遇到问题,我总是得到一个ClassNotFoundException。我不知道我做错了什么。
重现我的问题的简单步骤是创建这两个项目:
MyLibrary project:
Creating a example launcher activity ("Activity1") and in properties/Android
section mark as librayy
MyProject project:
It is just an empty project (no classes), in Java Build Path\Projects tag add the
project "MyLibrary" and declare in the manifest that it MAIN & LAUNCHER activity
is "Activity1"
按播放,你就有了ClassNotFoundException。
我的目标是继承整个项目,用于从付费版本制作免费版本,并将公共代码保存在一个位置以保持维护简单
由于