mobile/🤖 Cordova
-
안녕하세요. 팀드모네입니다. Cordova 프로젝트를 진행 중 경험하였던 오류가 있어 내용 공유드립니다. [오류명] Cannot add task 'wrapper' as a task with that name already exists [해결방법] build.gradle 파일에 들어가셔서 아래의 코드를 아래와 같이 변경하시면 됩니다. task wrapper(type: Wrapper) { gradleVersion = '2.14.1' } 추가로 궁금한 점이 있다면 댓글 남겨주세요. 감사합니다 ^ ^ reference : https://smilehugo.tistory.com/entry/react-native-build-error-cant-add-task-wrapper-solution
Cannot add task 'wrapper' as a task with that name already exists 해결방법안녕하세요. 팀드모네입니다. Cordova 프로젝트를 진행 중 경험하였던 오류가 있어 내용 공유드립니다. [오류명] Cannot add task 'wrapper' as a task with that name already exists [해결방법] build.gradle 파일에 들어가셔서 아래의 코드를 아래와 같이 변경하시면 됩니다. task wrapper(type: Wrapper) { gradleVersion = '2.14.1' } 추가로 궁금한 점이 있다면 댓글 남겨주세요. 감사합니다 ^ ^ reference : https://smilehugo.tistory.com/entry/react-native-build-error-cant-add-task-wrapper-solution
2020.03.19 -
안녕하세요. 청홈의 플랫폼공작소입니다.오랜만에 코르도바 프로젝트를 진행하는 중입니다.could not resolve project cordovalib 오류를 해결하는 방법을 공유하려합니다.debug와 release를 주석처리하고implementation project(':CordovaLib')을 입력하시면 됩니다.//implementation project(path: 'CordovaLib', configuration: 'debug') //implementation project(path: 'CordovaLib', configuration: 'release') implementation project(':CordovaLib')감사합니다.reference : : https://goni9071.tistory...
could not resolve project cordovalib 해결 방법안녕하세요. 청홈의 플랫폼공작소입니다.오랜만에 코르도바 프로젝트를 진행하는 중입니다.could not resolve project cordovalib 오류를 해결하는 방법을 공유하려합니다.debug와 release를 주석처리하고implementation project(':CordovaLib')을 입력하시면 됩니다.//implementation project(path: 'CordovaLib', configuration: 'debug') //implementation project(path: 'CordovaLib', configuration: 'release') implementation project(':CordovaLib')감사합니다.reference : : https://goni9071.tistory...
2020.03.19 -
Cordova 아키텍쳐 등 전반적인 기술사항 2019.01.02
-
if you worried about save the HTML canvas in mobile album, wbt11a Canvas2ImagePlugin is good solution! This plugin make your app possible to save the HTML Canvas in android & ios Album https://github.com/wbt11a/Canvas2ImagePlugin This is the result! Gool luck! #wbt11a #cordova #hybrid #app
[cordova canvas save] wbt11a Canvas2ImagePlugin is cool!if you worried about save the HTML canvas in mobile album, wbt11a Canvas2ImagePlugin is good solution! This plugin make your app possible to save the HTML Canvas in android & ios Album https://github.com/wbt11a/Canvas2ImagePlugin This is the result! Gool luck! #wbt11a #cordova #hybrid #app
2018.10.26 -
안녕하세요. 플랫폼공작소입니다. 오늘은 phonegap / cordova는 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다를 해결하는 방법을 공유하려합니다. stackoverflow에서는 cordova를 지웠다가 다시 설치하는 방법을 사용하라고 하던데, 해결이 안되네요.일은 산더미 같은데 - -+ 30분을 날리고 말았지만.. 결국 해결했습니다. [해결방법]cordova가 설치된 위치로 가서, 시스템 환경변수로 등록합니다.저의 경우 아래와 같은 위치에 cordova가 설치되어 있었습니다. [결과]정상적으로 해결 궁금한 점이나 질문이 있다면 댓글 남겨주세요. 감사합니다.#cordova #내부 #외부명령 #배치
[오류 해결] phonegap / cordova는 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다안녕하세요. 플랫폼공작소입니다. 오늘은 phonegap / cordova는 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다를 해결하는 방법을 공유하려합니다. stackoverflow에서는 cordova를 지웠다가 다시 설치하는 방법을 사용하라고 하던데, 해결이 안되네요.일은 산더미 같은데 - -+ 30분을 날리고 말았지만.. 결국 해결했습니다. [해결방법]cordova가 설치된 위치로 가서, 시스템 환경변수로 등록합니다.저의 경우 아래와 같은 위치에 cordova가 설치되어 있었습니다. [결과]정상적으로 해결 궁금한 점이나 질문이 있다면 댓글 남겨주세요. 감사합니다.#cordova #내부 #외부명령 #배치
2018.10.26 -
error : Could not find intellij-core.jar (com.android.tools.external.com-intellij:intellij-core:26.0.1).Searched in the following locations: https://jcenter.bintray.com/com/android/tools/external/com-intellij/intellij-core/26.0.1/intellij-core-26.0.1.jar --------- Solution :123456repositories { jcenter() maven { url "https://maven.google.com" }}Colored by Color Scriptercs Replace the code as sho..
Could not find intellij-core.jar (com.android.tools.external.com-intellij:intellij-core:26.0.1)error : Could not find intellij-core.jar (com.android.tools.external.com-intellij:intellij-core:26.0.1).Searched in the following locations: https://jcenter.bintray.com/com/android/tools/external/com-intellij/intellij-core/26.0.1/intellij-core-26.0.1.jar --------- Solution :123456repositories { jcenter() maven { url "https://maven.google.com" }}Colored by Color Scriptercs Replace the code as sho..
2018.10.25