Skip to content Skip to sidebar Skip to footer

Importing Android Listview Refresh By Pull, Project-properties Error

I'm fairly new to Android, and using open source material for my needs during Android projects. Currently, for my internship assignment, I'm developing an Android application and w

Solution 1:

You should import the project as Android project from existing source code and define the current sdk to compile it. The file project.properties specifies the currrent sdk to compile the project and if the project is android library or not.

Check here for more details Project has no default.properties file! Edit the project properties to set oneLink

Post a Comment for "Importing Android Listview Refresh By Pull, Project-properties Error"