java - Android External library path -
i using external library in project. in current java build path library path shows c:/xxx/xxx/github/myproject/libraryone/libs
. as, not 1 developer,other people might work code. so, want make
../libraryone/libs
i think, first 1 not work in other platform, right ? so, how can , best solution me ?
its not matter of platform. matter of different machine. first path hard coded , c: in other developer's machine not same c:. thus, system not able traverse right folder when run on machine. second way write path good, assuming myproject folder has project working on. thus, when other developer start using myproject, automatically have folder libs.
Comments
Post a Comment