Eclipse Android SVN Project with other library -
i have main project. project uses 2 projects(facebook sdk , google play services). 2 projects library. how can when import project libraries imported regardless of operating system?
the answer simple. problem how libraries. fact relative paths in windows , mac os (unix) little bit different each other. put libraries in project , link them. file project.properties little changed , went this:
android.library.reference.3=/holoeverywhere android.library.reference.1=/facebook android.library.reference.2=/google-play-services_lib
Comments
Post a Comment