[Scummvm-devel] Building the Android port on SDK 22

Marcus Comstedt marcus at mc.pp.se
Wed Aug 7 16:14:18 CEST 2013


Hi.

I'm trying to build ScummVM for Android using Android SDK 22.  (Older
versions use Sun Java extensions, and can not be used with IBM JDK.)

There has been some changes which prevent the build from completing.

One thing is that aapt and dx have moved from "platform-tools" to the
new "build-tools".  That was easy enough to kluge around.

However, a more serious issue seems to be that the Makefile uses the
deprecated "apkbuilder" command, which has now been completely
removed.

Some googling suggest that there is no direct replacement, but on the
other hand Xavier Ducrohet at Google says that the only thing
apkbuilder did was put stuff into a zipfile, and that "zip" is
therefore a suitable replacement.

I'm confused.  Does anyone have a solution to this?


  // Marcus






More information about the Scummvm-devel mailing list