我无法运行the following Android sample。 http://wiki.restlet.org/docs_2.0/13-restlet/21-restlet/318-restlet/303-restlet.html
我在64位Ubuntu 12.10上使用Eclipse Juno 4.2并尝试在api Level 15(Android 4.03仿真器和真实设备)上部署
我刚刚在我的工作区中导入了示例项目(来自现有源代码的Android Project),并将org.restlet.jar(从restlet-android-2.0.15)添加到我的类路径中,如上所述。
在下一行我得到一个例外:
ClientResource cr = new ClientResource(
"http://restlet-example-serialization.appspot.com/contacts/123");
例外:
java.lang.reflect.InvocationTargetException
java.lang.NoClassDefFoundError: org.restlet.resource.ClientResource
有人可以指导我如何解决这个问题吗?
答案 0 :(得分:0)
我能够让它运行但对我来说并不是很清楚。
我从类路径中删除了org.restlet.jar,并添加了源文件夹。