일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- compare
- APP
- mfc
- Unity
- Android
- flutter
- parameter
- UNO
- Barcode
- public
- file access
- SERIAL
- Overloading
- sensor
- digitalRead
- Read
- Binary
- java
- Encapusulation
- Contour
- atmega328
- wpf
- aduino
- length
- inheritance
- memory
- Class
- stream
- preprocessing
- Pointer
- Today
- Total
목록jdk (3)
폴크(FOLC)
# 아래와 같은 문제가 있다면? Launching lib\main.dart on sdk gphone x86 in debug mode... Running Gradle task 'assembleDebug'... √ Built build\app\outputs\flutter-apk\app-debug.apk. Debug service listening on ws://127.0.0.1:63779/WKu00zX_lx0=/ws Syncing files to device sdk gphone x86... E/Unity (18016): Failed to load 'libmain.so' E/Unity (18016): E/Unity (18016): java.lang.UnsatisfiedLinkError: dlopen faile..
*. 아래 Oracle 사이트에서 download 가능하고 본 페이지에 Link 를 통해서도 download 가능하다. 1. Oracle 사이트 검색 2. Oracle 사이트 진입 3. Windows x64 Installer 선택 4. JDK 설치 시작 5. JDK 설치 진행 6. JDK 설치 경로 설정 7. JDK 설치 진행 8. JDK 설치 완료 9. JDK 경로 설정 # 내컴퓨터 - 내 PC ( 마우스 R 버튼) - 속성 - 원격 설정 - 고급 - 환경 변수 10. Window 환경 변수 추가 # 시스템 변수 - 변수(Path) - 편집 - 새로 만들기 - JDK 설치 경로 추가 # C:\Program Files\Java\jdk-16.0.1\bin
PC 환경(Windows10, Windows10pro)에서 Flutter 개발 환경(IDE)을 구성하기 위해서는 3가지 S/W 가 필요하다. 1. 안드로이드 스튜디오 # android-studio-ide-202.7351085-windows.exe # 4.2.1 for Windows 64-bit (933 MiB) 2. JAVA SE ( Java SE Development Kit 16.0.1 ) # jdk-16.0.1_windows-x64_bin.exe # Java SE Development Kit 16.0.1 - Windows x64 Installer 150.56 MB 3. Flutter SDK (2021. 6. 12.) # flutter_windows_2.2.2-stable.zip # Do not ins..