Hello again,
It seems that I need help with emulator's build.
Details:
- OS Ubuntu 14.04 64bit with updates
- Java. java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)
- Android SDK installed
- Android NDK r10d
- Eclipse with ADT plugin
- mupen64plus cloned
git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
- mupen64plus projects imported to Eclipse, Native Support enabled.
run Project->Clean mupen64plus-ae
got Problems:
Description Resource Path Location Type
The container 'Android Dependencies' references non existing library '/home/sergey/WS/mupen64plus-ae/libs/extras/android/support/v7/appcompat/bin/mupen64plus-ae-appcompat.jar' mupen64plus-ae Build path Build Path Problem
The project cannot be built until build path errors are resolved mupen64plus-ae Unknown Java Problem
I tried to build via command line:
ndk-build - build with no errors
ant debug
BUILD FAILED
/home/sergey/WS/android-sdk-linux/tools/ant/build.xml:601: Invalid file: /home/sergey/WS/mupen64plus-ae/libs/extras/android/support/v7/gridlayout/build.xml
full ant log attached.
What do I wrong?
UPDATE: I switched to tag 2.4.4 and built debug version with no errors using command-line tools. I deployed the build to my phone, it works properly. That is enough for my current needs. My first task is to build my current code, emulator's version is not important for that.
UPDATE 2: Still can't build the project in Eclipse

Error log attached.