Support #439
Added by Anonymous over 12 years ago.
Updated about 12 years ago.
Description
i download beep source .
i run the command $SDK_DIR/tools/android update project -t android-7 -p $BEEM_DIRECTORY
create project from eclicpse using create project from source .
But src folder was no import. So manually i import src folder into project . But aidl was not import . give error of certain import missing like com.beem.project.beem.service.aidl.IXmppFacade;
Anonymous wrote:
i download beep source .
i run the command $SDK_DIR/tools/android update project -t android-7 -p $BEEM_DIRECTORY
create project from eclicpse using create project from source .
But src folder was no import. So manually i import src folder into project . But aidl was not import . give error of certain import missing like com.beem.project.beem.service.aidl.IXmppFacade;
Hello,
You have "a lot" of links about how to create an eclipse's project from sources, google "android eclipse creating project from existing sources".
Then after creating it, like Mark said, you must manually import libs from the libs/ directory into your project. And that's all, it's done, you may compile and install beem.
If you still have errors, check the version of the java which is used by eclipse (must be 1.6 and not 1.5) or your android/eclipse installation.
- Status changed from New to Resolved
- Status changed from Resolved to Closed
Also available in: Atom
PDF