I'm maintaining a project developed from other person on the past, in other machines, mac, linux, etc... Now im programming with Windows 7.
The project consists of two android projects, one of them is a library, and the other should link to that library android project.
I created now another library project, and the main project should link two library projects now.
The problem is that when i add the new library project, i can see in project.properties this:
android.library.reference.1=..\\LibraryAndroid1
android.library.reference.2=../LibraryAndroid2
The first one is the old one, and the second one is the new library that i created in Windows now.
WHy the first haves ..\ and the second ../ ?
It can be a problem if this project is compiled on a Windows or a Mac machine?
Thanks
Both will works correctly on Windows. But you should use the same syntax for all references.
However, IMO, the good way is the second one.