If you are getting the error "could not find x apk" or "Project has no default.properties file! Edit the project properties to set one.". Your Projects files are most likely not there or corrupt.
Option A
Create new project from source "Your old Project"
Option B
Project -> Properties -> Java Build Path -> Libraries and android.jar which should be in the locations where you installed your SDK.
Go to the source workspace and create file and create file "default.properties" with content "target=android-8" or in place of 8 the miniSDK number.
Edit .classpath and add line <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
Your project should work fine.
No comments:
Post a Comment