Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:development_environment [2018/12/14 14:39] simba created |
en:development_environment [2019/10/15 15:46] (current) jbkim |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======Development Environment Settings====== | ======Development Environment Settings====== | ||
| + | =====Android Studio===== | ||
| **Step 1) Generate a new application project in Android Studio.** | **Step 1) Generate a new application project in Android Studio.** | ||
| - | {{:wiki:1.png}}\\ | + | {{:wiki:1.png?nolink}}\\ |
| - | {{:wiki:2.png}} | + | {{:wiki:2.png?nolink}} |
| \\ \\ | \\ \\ | ||
| **Step 2) Execute File → New → New Module menu.**\\ | **Step 2) Execute File → New → New Module menu.**\\ | ||
| - | {{:wiki:3.png}} | + | {{:wiki:3.png?nolink}} |
| \\ \\ | \\ \\ | ||
| **Step 3) Select “Import .JAR/.AAR Package” type and click Next button.** | **Step 3) Select “Import .JAR/.AAR Package” type and click Next button.** | ||
| - | {{:wiki:4.png}} | + | {{:wiki:4.png?nolink}} |
| \\ \\ | \\ \\ | ||
| **Step 4) Select SDK (SDK.aar) in File name and click Finish button to close.** | **Step 4) Select SDK (SDK.aar) in File name and click Finish button to close.** | ||
| - | {{:wiki:5.png}} | + | {{:wiki:5.png?nolink}} |
| \\ \\ | \\ \\ | ||
| **Step 5) Execute File → Project Structure menu.**\\ | **Step 5) Execute File → Project Structure menu.**\\ | ||
| - | {{:wiki:6.png}} | + | {{:wiki:6.png?nolink}} |
| \\ \\ | \\ \\ | ||
| **Step 6) Select 'app' or 'other main module' in the left list and click 'Dependencies' tab.** | **Step 6) Select 'app' or 'other main module' in the left list and click 'Dependencies' tab.** | ||
| - | {{:wiki:7.png}} | + | {{:wiki:7.png?nolink}} |
| \\ \\ | \\ \\ | ||
| **Step 7) Click right mouse button, select '+' and click '3 Module dependency'. After then select: SupremaSDK-V1.0.0.** | **Step 7) Click right mouse button, select '+' and click '3 Module dependency'. After then select: SupremaSDK-V1.0.0.** | ||
| - | {{:wiki:8.png}} | + | {{:wiki:8.png?nolink}} |
| \\ \\ | \\ \\ | ||
| **Step 8) Generate 'SvpManager' object to control device according to Android SDK programming guide.** | **Step 8) Generate 'SvpManager' object to control device according to Android SDK programming guide.** | ||
| - | {{:wiki:9.png}} | + | {{:wiki:9.png?nolink}} |
| - | \\ \\ \\ | + | \\ |
| + | \\ | ||
| More information about Android library.\\ | More information about Android library.\\ | ||
| https://developer.android.com/studio/projects/android-library | https://developer.android.com/studio/projects/android-library | ||
| + | |||
| + | =====Configure on-device developer options===== | ||
| + | https://developer.android.com/studio/debug/dev-options | ||