SamyGo Samsung TV Remote
From WickyWiki
Checkout in Eclipse workspace:
cd /home/wilbert/Documents/Eclipse sudo apt-get install git git clone https://github.com/tomquist/SamyGo-Android-Remote.git git clone https://github.com/tomquist/Android-Error-Reporter.git
In Eclipse:
- File
- Import
- Select 'General/Existing Projects into Workspace'
- Browse for the project root folder
- Check the project
- Finish
In Eclipse:
- Project
- Properties
- Android
- set the correct project build target, for example 'Android 4.0.3'
- close and re-open the project or restart Eclipse if the setting doesn't take
Notes:
- The folder 'gen' should be automatically generated
- You might want to enable: Project - Build Automatically
In Eclipse, in Package Explorer:
- Project
- Properties
- Resource
- Linked Resources
- tab Linked Resources
- Edit 'ErrorReporter_src'
- Folder
- Browse to the 'src' directory of 'Android-Error-Reporter'
Run