From 6a0d694ba6fa3090ec41afc96c7017b65577936b Mon Sep 17 00:00:00 2001 From: mike w Date: Thu, 21 Nov 2013 10:42:18 -0800 Subject: [PATCH] Created Building From Source (markdown) --- Building-From-Source.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Building-From-Source.md diff --git a/Building-From-Source.md b/Building-From-Source.md new file mode 100644 index 0000000..2fccc6a --- /dev/null +++ b/Building-From-Source.md @@ -0,0 +1,29 @@ +Do you want to use usb-serial-for-android from source with your Android project? Read on. + +## Developer Setup - Eclipse + +**1.** Select File -> Import -> Existing Projects Into Workspace + +![Step 1](http://i.imgur.com/Ke41Ni6.png) + +2. Navigate to `usb-serial-for-android/` and continue. + +![Step 2](http://i.imgur.com/0tQbCQq.png) + +3. Ctrl-click on *your app* and select "Properties", then "Build Path". + +4. In the "Projects" subtab, add "UsbSerialLibrary" + +![Step 4](http://i.imgur.com/FRWeUxM.png) + +4. In the "Order and Export" subtab, be sure "UsbSerialLibrary" is **checked**. + +![Step 4](http://i.imgur.com/YQeO8EG.png) + +5. Now click over to "Android" in the left panel, and in the Library section, press **Add**. Add UsbSerialLibrary. + +![Step 4](http://i.imgur.com/tKau1yw.png) + +That's it! + +