akexorcist / BluetoothSPPLibrary

[UNMAINTAINED][Android] Bluetooth Serial Port Profile which comfortable to developer application to communication with microcontroller via bluetooth
Apache License 2.0
1.7k stars 572 forks source link

Importing library into Android Studio 2.3 #62

Open KwarcPL opened 7 years ago

KwarcPL commented 7 years ago

Can somebody write how to import this into new Android Studio?

DissCent commented 7 years ago

Just follow the README where it tells you to put a line into the build.gradle file

Decade1993 commented 7 years ago

add compile 'com.akexorcist:bluetoothspp:1.0.0' to your app module