본문 바로가기
반응형

프로그래밍/Android23

Cordova의 Framework7을 사용해보자 이전 포스팅 : https://livedata.tistory.com/131?category=1029069 Cordova 설치 및 환경설정 하기 1. jdk 설치 및 환경 변수 설정 jdk 오라클 다운로드 주소 : https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html Java SE Development Kit 8 - Downloads Java SE Developmen.. livedata.tistory.com 에서 Cordova 설치 및 환경설정을 해보았습니다. 여기서 "cordova platform add android"를 하여 android studio통해 에뮬 실행하면 아래와 같은 화면이 나왔을 겁니다. .. 2019. 6. 9.
[안드로이드 빌드] "A problem occurred configuring project ':app'. "Error 안드로이드 스튜디오에 NDK 관련 SDK가 설치되지 않아서 발생 해결 Android SDK -> SDK Tools -> CMake, NDK 선택 후 Apply를 눌러 다운로드 다운 받는데 오래걸리지만 빌드 오류는 해결되었습니다~ 2019. 6. 8.
Cordova 설치 및 환경설정 하기 1. jdk 설치 및 환경 변수 설정 jdk 오라클 다운로드 주소 : https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html Java SE Development Kit 8 - Downloads Java SE Development Kit 8 Downloads Thank you for downloading this release of the Java™ Platform, Standard Edition Development Kit (JDK™). The JDK is a development environment for building applications, applets, and components using the.. 2019. 6. 8.
(Android) Glide - 안드로이드 이미지 로드 라이브러리 Glide - 안드로이드 이미지 로드 라이브러리 먼저 아래의 레퍼런스를 확인 하실 수 있습니다. 영문 문서 Glide v4 : Options Options RequestOptions Generated API TransitionOptions RequestBuilder Picking a resource type Applying RequestOptions Thumbnail requests Starting a new request on failure. Component Options RequestOptions Most options in Glide can be applied using the RequestOptions class and the apply() method. Use bumptech.github.io.. 2018. 12. 21.
반응형