Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- JSP
- Android
- mean
- rest
- angularJs
- ubuntu
- IT 도서
- express
- Ionic
- HTML
- java
- 안드로이드
- Q-Map
- node
- ssh
- EC2
- 깃
- AWS
- Linux
- SSH Key
- 인공지능
- cordova
- Retrofit
- commit
- git
- 자바
- node.js
- Repository
- gmaps
- 저장소
Archives
- Today
- Total
목록아이오닉 (1)
UroA 개발 블로그
[Ionic] Ionic app release
Ionic app release https://ionicframework.com/docs/guide/publishing.html 가이드 문서를 참조하여 작성하였습니다. 먼저, 각각의 플랫폼(Android, IOS)으로 앱의 배포버전으로 빌드 하기 위해서 개발용으로 사용되었던 plugin을 제거한다. EX) $ cordova plugin rm cordova-plugin-console Android Publishing 안드로이드 배포를 위한 빌드의 cordova cli 명령어는 다음과 같다. (이 명령어는 config.xml 의 셋팅에 기반한다. ) $ cordova build --release android 명령어를 실행 하면 unsigned APK 파일이 platforms/android/build/out..
Programming/Ionic
2016. 9. 29. 10:33