You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-English.md
+9-31Lines changed: 9 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,13 +53,7 @@ This source code is licensed under the Apache License Version 2.0 <br/>
53
53
54
54
*### [1. About](#1)
55
55
*### [2. Server-side deployment](#2)
56
-
*[2.1 Installing with Eclipse](#2.1)
57
-
*[2.2 Import MySQL table files](#2.2)
58
-
*[2.3 Installing with IntellIJ IDEA Ultimate](#2.3)`
59
56
*### [3. Client-side deployment](#3)
60
-
*[3.1 For Android](#3.1)
61
-
*[3.2 For iOS](#3.2)
62
-
*[3.3 For Javascript](#3.3)
63
57
*### [4.Contributing](#4)
64
58
*### [5.Versioning](#5)
65
59
*### [6.Author](#6)
@@ -168,35 +162,19 @@ See https://github.com/APIJSON/APIJSON-Demo/blob/master/APIJSON-Java-Server/READ
168
162
<br />
169
163
170
164
## <h2id="3">3. Client-side deployment<h2/>
171
-
172
-
### <h3id="3.1">3.1 For Android<h3/>
173
-
174
-
Make sure you have either [ADT Bundle](https://stuff.mit.edu/afs/sipb/project/android/docs/sdk/installing/bundle.html) or [Android Studio](https://developer.android.com/studio) installed.<br />
175
-
176
-
My config: Windows 7 + JDK 1.7.0_71 + ADT Bundle 20140702 + Android Studio 2.2 and OSX EI Capitan + (JDK 1.7.0_71 + ADT Bundle 20140702) + (JDK 1.8.0_91 + Android Studio 2.1.2). All the systems and software are 64 bit.<br />
177
-
178
-
* 1.Importing<br />
179
-
*Open an existing Android Studio project > Select the path of APIJSON-Master/APIJSON-Android/APIJSONApp(or APIJSONTest) > OK*
180
-
181
-
* 2.Running<br />
182
-
*Run > Run app*
165
+
You can skip this step and use [APIAuto](https://github.com/TommyLemon/APIAuto) or download App.<br />
166
+
See [Android](https://github.com/APIJSON/APIJSON-Demo/blob/master/APIJSON-Android/README-English.md), [iOS](https://github.com/APIJSON/APIJSON-Demo/blob/master/APIJSON-iOS/README-English.md) or [JavaScript](https://github.com/APIJSON/APIJSON-Demo/blob/master/APIJSON-JavaScript/README-English.md)<br />
183
167
184
-
* 3.Testing <br />
185
-
In the browser, send a request to the server. It should return with the result.
186
-
If the default url is not available, change it to an available one, such as an IPV4 address that is running the server of the APIJSON project. Then click the request button again.
We are always looking for more developers to help implementing new features, fix bugs, etc. Please have a look at the [open issues](https://github.com/Tencent/APIJSON/issues) before opening a new one.<br />
0 commit comments