Skip to content
michaelkanis edited this page Jul 9, 2011 · 5 revisions

Yaxim uses git submodules to reference libraries. Eclipse / ADT only support Android libraries if they are projects in your workspace. If you want to develop yaxim using Eclipse do the following:

Open a shell and initialize the git submodules (inside your yaxim project directory):

~/workspace/yaxim $ git submodule init && git submodule update

In Eclipse create a new project for each submodule: File → New → Android Project → Create project from existing source

In the field location choose the submodules directory, e.g. ~/workspace/yaxim/MemorizingTrustManager

Clone this wiki locally