You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
migueLoureiro edited this page Jan 13, 2015
·
3 revisions
Import Github Project
In your workspace, choose:
File->Import...->Git/Projects From Git and hit next
Clone uri
In Location/URI, put github clone URL
Choose branches
Place the project folder in your workspace to avoid references problems.
Import existing projects
Select accu folder and finish
To Run:
Right Click accu project and choose: Run As->Android Application
If you cannot choose your device, please restart adb server with root permissions, in a terminal on your Androidsdk/platform-tools folder:
./adb kill-server sudo ./adb start-server