1. The project cannot be built until build path errors are resolved
修改.classpath:
原文件:
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre6"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin"/>
</classpath>
本文介绍了两种常见的Android项目编译错误及其解决方案。首先,通过修改项目的.classpath文件来解决构建路径错误;其次,针对debug证书过期的问题,提供了删除并重新生成debug.keystore的方法。
1405

被折叠的 条评论
为什么被折叠?



