Java Development Kit (JDK) Download
Android SDK Download
Apache Tomcat
NetBeans
Eclipse is packaged with the Android Developer Tools bundle
- Choose File> Import...
- Choose Android > Existing Android Code Into Workspace
- Navigate to the source code/campusnav-client folder in our project
- You should see two projects - "campusnav-client" and "google-play-services_lib".
- Ensure both are selected
- Press "Finish"
- Ensure your phone is in plugged in, developer mode enabled and screen unlocked
- Press the green arrow, or choose Run>Run
Follow the instructions under "Add your API key" and try again.
- Choose Window>Close All Perspectives
- Choose Window>Open Perspective>Other...
- Choose Java
#Server Side
- Choose File > Open Project
- Navigate to campusnav folder in source code folder
- Import into workspace
- Open res/values/strings.xml in android project
- Change "server_base_url" to your server's base url which you set up in previous step
- Now client app will connect to your server