일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Fedora
- Laravel
- VMware
- Trac
- exception
- JavaScript
- Linux
- php
- AIR
- GlusterFS
- nateon
- MOUNT
- tw_cli
- 명령어
- fstab
- 라라벨
- Subversion
- ftp
- ubuntu
- httpd.conf
- MySQL
- vsftpd
- xampp
- CentOS
- VirtualBox
- APM
- redmine
- php5
- Network
- BIND
- Today
- Total
목록IT관심분야/Cordova (4)
어제와 똑같이 살면서 다른 미래를 기대하지 말자
$ cordova run androidAndroid Studio project detectedANDROID_HOME=/Users/planactor/Library/Android/sdkJAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_191.jdk/Contents/HomestudioSubproject Path: CordovaLibSubproject Path: apppublishNonDefault is deprecated and has no effect anymore. All variants are now published. FAILURE: Build failed with an exception. * What went wrong:A problem occurred c..
최근 모바일 APP 제작할 일이 있어 미뤄왔던 코르도바 개발환경을 세팅해 보고 있습니다.기본적으로 아래 코르도바 문서를 참고 하시고 환경 설정을 하시면 도움이 될거 같습니다.https://cordova.apache.org/docs/en/8.x/guide/cli/index.htmlhttps://cordova.apache.org/docs/en/8.x/guide/platforms/ios/index.htmlhttps://cordova.apache.org/docs/en/8.x/guide/platforms/android/index.html#requirements-and-support 1. Homebrew 설치https://brew.sh/index_ko$ /usr/bin/ruby -e "$(curl -fsSL htt..
Android Studio Emulate에 이미지 파일 넣는 방법코르도바 테스트 중 이미지 파일을 이용할 일이 생겼는데 기본적으로 에뮬레이터엔 파일이 존재하지 않습니다.문서를 찾던 중 힌트가 된 부분이 있어 확인해 봤더니 잘 되네요.. 1. 파일을 넣고자 하는 에뮬레이터를 실행합니다.2. Android Studio [View > Tool Windows > Device File Explorer] 실행 3. 이미지 파일 업로드 [sdcard > Pictures > 오른쪽 마우스 메뉴(Upload)] 4. 에뮬레이터 재부팅
1. Cordova를 설치합니다.$ npm install -g cordova$ cordova -vYou have been opted out of telemetry. To change this, run: cordova telemetry on.8.1.2 (cordova-lib@8.1.1) 2. 자바 다운로드 및 설치http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 3. Android Studio 설치 및 SDK 설치1) 안드로이드 스튜디오를 다운로드 후 설치합니다.https://developer.android.com/studio/ (안드로이드 스튜디오)2) "SDK Platform" 설치 시 API level..