0

In github, android-ibeacon-reference is eclipse project, but however, android-proximity-reference is not.
Is there any sample for eclipse?

jjLin
  • 3,281
  • 8
  • 32
  • 55

1 Answers1

1

I just created an Eclipse version in a branch. See: https://github.com/RadiusNetworks/android-proximity-reference/tree/eclipse

In order to get this to build in Eclipse, you will need to have the AndroidProximityLibrary downloaded and also set in your workspace. You will need to change the project settings in the android-proximity-reference project to point to the library, as shown in the following dialog. You can see more detailed setup instructions here.

Android configuration

davidgyoung
  • 63,876
  • 14
  • 121
  • 204
  • for the free version library, is it open source?? – jjLin Mar 12 '14 at 01:52
  • also, is there any doc for pro library? – jjLin Mar 12 '14 at 02:49
  • 1
    Yes, the free version library has an Apache open source license. The main documentation for the Pro version includes a link to a comparison of the two. You can find it here: http://developer.radiusnetworks.com/ibeacon/android/pro/documentation.html – davidgyoung Mar 12 '14 at 14:06
  • @davidgyoung https://github.com/RadiusNetworks/android-proximity-reference/tree/eclipse i'm trying to add that as library to my project but it is still asking library project so what i need to add as library. – Harish Jul 24 '14 at 04:27