I have trouble building current master of Yaaic, since the introduction
of the support libraries.
I manage to build in eclipse, but the apk doesn't contain
"android-support-v4" and subsequently the app crashes when trying to
connect to a server.
build.sh fails with
"/home/kugel/share/android-sdk-linux_86/tools/ant/build.xml:485: Invalid
file: /home/kugel/sources/yaaic/libs/ActionBarSherlock/build.xml"
Best regards.
yes the build script is currently not up-to-date.
You should be able to build Yaaic from Eclipse after adding
libs/SupportLibrary/android-support-v4.jar to the build path as well
as creating two library projects and referring them from your yaaic
project for libs/ActionBarSherlock and
libs/ViewPagerIndicator.
Best regards,
Sebastian