1

Can anyone give me a link to the eclipse project in zip format that contains the bluetooth chat example from the developer site link to the example? I tried to do it myself but im getting a bunch of errors and as I searched there are strange API level requirements too see this. How can it be possible to have API level 11 requirement in a project that is made in 2009?

I'm developing to API level 7 (2.1).

Community
  • 1
  • 1
tomzi1
  • 51
  • 1
  • 2
  • 7

2 Answers2

2

m also working on BlueTooth chat example, i just started new android project, and select project from existing source,, selected minimum API as Android API 2.1 updated for bluetooth chat example.

& for the complete source folder, u can goto android-sdk-windows/android-7/samples folder of Android Installation path,

Abdul Wahab
  • 819
  • 1
  • 7
  • 18
  • 2
    Mention not, i answered that, bcox m new here, and a friend told me, to Up my reputations, i have to make answers on questions which i know, though this question has been posted a week ago, but for voting up, i have to be in the Market.. :-) – Abdul Wahab Jul 28 '11 at 14:12
1

You need to download the samples for API level 7, use the android SDK and AVD manager.

Vincent Mimoun-Prat
  • 28,208
  • 16
  • 81
  • 124