Skip to content

Commit 0c74f82

Browse files
authored
Update README.md
1 parent a5d537f commit 0c74f82

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
11
# CslCs108AndroidJavaApp
2+
23
CS108 Android Java Bluetooth Demo App and SDK
4+
5+
This application provides demonstrations to the programming interface made available on the CS108 handheld reader for configuring, controlling, and accessing the RFID reader. The development was based on the CS108 Java API.
6+
7+
[Product Information](https://www.convergence.com.hk/cs108/)
8+
<br>
9+
10+
## Pre-requsite
11+
12+
The development environment consists of the following:
13+
- Android Studio 3.1.3 or above
14+
- Java JDK 1.8
15+
- Microsoft Windows 10 or Mac OSX or Linux
16+
17+
## Setting Up the Environment
18+
19+
You will need the Android SDK and related tools to get started on the development. You can download the Android Studio from the Android developer site, which provides a complete process for obtaining the Android SDK and the development IDE.
20+
21+
[Download Android Studio](https://developer.android.com/studio/)
22+
23+
Android Studio is available as a one single installer for both Mac and PC that also you to get ready in a one-step approach, which includes the Android SDK
24+
25+
After running the Android Studio installer, you can open the CS108 Android Java demo package.
26+
27+
28+
With the existing demo code, it is required have Android SDK platform 25 installed. You can achieve this by going to Tools->SDK Manager and select the Android 7.1.1 (Nougat) 25 from the this. This will bring up the downloaded for getting the necessary platform SDK required.

0 commit comments

Comments
 (0)