차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
ko:development_environment [2018/12/03 16:49] jbkim |
ko:development_environment [2019/10/15 15:44] (현재) jbkim |
||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| ======개발 환경 설정====== | ======개발 환경 설정====== | ||
| - | Step 1) Generate a new application project in Android Studio. | + | =====안드로이드 스튜디오===== |
| - | {{:wiki:1.png}} | + | **Step 1) Generate a new application project in Android Studio.** |
| + | {{:wiki:1.png?nolink}}\\ | ||
| + | {{:wiki:2.png?nolink}} | ||
| + | \\ \\ | ||
| + | **Step 2) Execute File → New → New Module menu.**\\ | ||
| + | {{:wiki:3.png?nolink}} | ||
| + | \\ \\ | ||
| + | **Step 3) Select “Import .JAR/.AAR Package” type and click Next button.** | ||
| + | {{:wiki:4.png?nolink}} | ||
| + | \\ \\ | ||
| + | **Step 4) Select SDK (SDK.aar) in File name and click Finish button to close.** | ||
| + | {{:wiki:5.png?nolink}} | ||
| + | \\ \\ | ||
| + | **Step 5) Execute File → Project Structure menu.**\\ | ||
| + | {{:wiki:6.png?nolink}} | ||
| + | \\ \\ | ||
| + | **Step 6) Select 'app' or 'other main module' in the left list and click 'Dependencies' tab.** | ||
| + | {{:wiki:7.png?nolink}} | ||
| + | \\ \\ | ||
| + | **Step 7) Click right mouse button, select '+' and click '3 Module dependency'. After then select: SupremaSDK-V1.0.0.** | ||
| + | {{:wiki:8.png?nolink}} | ||
| + | \\ \\ | ||
| + | **Step 8) Generate 'SvpManager' object to control device according to Android SDK programming guide.** | ||
| + | {{:wiki:9.png?nolink}} | ||
| + | \\ | ||
| \\ | \\ | ||
| - | Step 2) Execute File → New → New Module menu. | + | More information about Android library.\\ |
| - | {{:wiki:2.png}} | + | https://developer.android.com/studio/projects/android-library |
| \\ | \\ | ||
| - | Step 3) Select “Import .JAR/.AAR Package” type and click Next button. | ||
| - | {{:wiki:3.png}} | ||
| \\ | \\ | ||
| - | Step 4) Select SDK (SDK.aar) in File name and click Finish button to close. | + | =====디바이스 개발자 옵션 구성===== |
| - | {{:wiki:4.png}} | + | https://developer.android.com/studio/debug/dev-options |
| - | \\ | + | |
| - | Step 5) Execute File → Project Structure menu. | + | |
| - | {{:wiki:5.png}} | + | |
| - | \\ | + | |
| - | Step 6) Select 'app' or 'other main module' in the left list and click 'Dependencies' tab. | + | |
| - | {{:wiki:6.png}} | + | |
| - | \\ | + | |
| - | Step 7) Click right mouse button, select '+' and click '3 Module dependency'. After then select: SupremaSDK-V1.0.0. | + | |
| - | {{:wiki:7.png}} | + | |
| - | \\ | + | |
| - | Step 8) Generate 'SvpManager' object to control device according to Android SDK programming guide. | + | |
| - | {{:wiki:8.png}} | + | |
| - | \\ | + | |
| - | More information about Android library. \\ | + | |
| - | https://developer.android.com/studio/projects/android-library | + | |