rockingmaster / openintents

Automatically exported from code.google.com/p/openintents
0 stars 0 forks source link

Sensor Simulator Samples Demo Execution #310

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I am adding the demo project to eclipse. It is unable to link the library 
"sensorsimulator-lib-1.1.0-rc1". So ofcourse i am unable to import the sensor 
classes. 
2.Therefor unable to import org.openintents.sensorsimulator.* classes.
3.

What is the expected output? What do you see instead?
Unable to compile Demo :(

What version of the product are you using? On what operating system?
i am using eclipse galileo 3.5/ android 2.1

Please provide any additional information below.

Original issue reported on code.google.com by fahim.na...@gmail.com on 16 Jan 2011 at 6:10

GoogleCodeExporter commented 8 years ago
The problem was that an absolute path was specified instead of a relative one.

To solve this, do the following in Eclipse:
In the "Package Explorer", right-click on "SensorDemo" > Properties > Java 
Build Path > Libraries.

Select the "sensorsimulator-lib-1.1.0-rc1" and press "Remove".
Then "Add JARs..." and add SensorDemo/lib/sensorsimulator-lib-1.1.0-rc1.

Press OK.

Then you should have included the library properly.

Original comment by peli0...@googlemail.com on 19 Jan 2011 at 3:50

GoogleCodeExporter commented 8 years ago
The problem was that an absolute path was specified instead of a relative one.

To solve this, do the following in Eclipse:
In the "Package Explorer", right-click on "SensorDemo" > Properties > Java 
Build Path > Libraries.

Select the "sensorsimulator-lib-1.1.0-rc1" and press "Remove".
Then "Add JARs..." and add SensorDemo/lib/sensorsimulator-lib-1.1.0-rc1.

Press OK.

Then you should have included the library properly.

Original comment by peli0...@googlemail.com on 19 Jan 2011 at 3:50

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r3037.

Original comment by peli0...@googlemail.com on 19 Jan 2011 at 3:52

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r3038.

Add note for release.

Original comment by peli0...@googlemail.com on 19 Jan 2011 at 4:03