Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Project has no project.properties file! Edit the project properties to set one [duplicate]

Tags:

android

Because of some problem I restored my XP. but now some of my projects don't work. it giving me the following error:

"Project has no project.properties file! Edit the project properties to set one."

I dont know what to do? Plz Help.Thanks in Advance!!!!
I also backed up my .android folder from system drive.

like image 953
Joker Avatar asked Jul 26 '12 07:07

Joker


People also ask

How do I copy properties from one project to another in Visual Studio?

Use Property Manager to add that property sheet to each project in the solution. If necessary at the project level, you can add another property sheet to set project-specific values. A . props file by default does not participate in source control because it isn't created as a project item.

How to change project properties?

You access project properties by right-clicking the project node in Solution Explorer and choosing Properties, or by typing properties into the search box on the menu bar and choosing Properties Window from the results.

What are project properties?

Project properties are an advanced mechanism for modifying the behavior of a project that contains Mathematica material. They can be set on any type of project. This is useful because they allow mixed types of projects that contain Mathematica and other languages such as Java.


1 Answers

Going to the PropertiesAndroid and setting a target won't work since setting the target won't create the project.properties file.

The fix is to:

  • Manually create an empty project.properties file in the project root folder.
  • Open the PropertiesAndroid
  • Set the desired Target
  • Refresh the project

After this the error should be gone.

like image 77
Siebe Avatar answered Nov 07 '22 01:11

Siebe