-
Notifications
You must be signed in to change notification settings - Fork 79
Description
I am trying to build the anode project and I have a few questions as well as running into an error.
I am building the project under Eclipse Juno, with an updated SDK r17 and NDK r8d running on OS/X.
What I have done so far.
I built the node project in , which builds and runs fine. In I then did a git clone https://github.com/paddybyers/anode.git and imported any existing projects into Eclipse that existed in
This resulted in the following projects, app, bridge-java, bridge-stub-generator, libnode, and sdk.
Most all the projects compiled fine except for bridge-stub-generator which failed because of the following error but I am assuming that the bridge-stub-generator is not a run-time requirement.
The constructor InterfaceManager(ClassLoader, boolean) is undefined StubGen.java /bridge-stub-generator/src/org/meshpoint/anode/stub/util line 153*
When I try to run App, I get the following error.
[2013-04-20 23:39:38 - Dex Loader] Unable to execute dex: Multiple dex files define Lorg/meshpoint/anode/AndroidContext;
[2013-04-20 23:39:38 - app] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lorg/meshpoint/anode/AndroidContext;
The question I have is, how is the node project connected as a dependency to the ANode project ?
Thank you
John Gentilin