the user operation is waiting for background work to complete
http://www.ppomppu.co.kr/zboard/view.php?id=developer&no=12647
다시검색
" android sdk content loader 0 eclipse "
http://www.androidside.com/bbs/board.php?bo_table=B56&wr_id=26815
-> http://codedragon.tistory.com/428 해결
+
Problems occurred while refreshing local changes
Problems occurred while refreshing local changes
Errors occurred while refreshing resources with the local file system.
The project description file (.project) for '.org.eclipse.jdt.core.external.folders' is missing. This file contains important information about the project. The project will not function properly until this file is restored.
Problems occurred while refreshing local changes
Errors occurred while refreshing resources with the local file system.
The project description file (.project) for 'Cordova' is missing. This file contains important information about the project. The project will not function properly until this file is restored.
Problems occurred while refreshing local changes
Errors occurred while refreshing resources with the local file system.
The project description file (.project) for 'MainActivity' is missing. This file contains important information about the project. The project will not function properly until this file is restored.
Problems occurred while refreshing local changes
Errors occurred while refreshing resources with the local file system.
The project description file (.project) for 'google-play-services_lib' is missing. This file contains important information about the project. The project will not function properly until this file is restored.
Description Resource Path Location Type
Project 'KDA_app' is missing required Java project: 'Cordova' KDA_app Build path Build Path Problem
Project '' is missing required Java project: '' Build path Build Path Problem
에러남
검색 : " Project '' is missing required Java project: '' Build path Build Path Problem "
http://stackoverflow.com/questions/22050194/project-x-is-missing-required-java-project-y
검색
" Description Resource Path Location Type CallbackContext cannot be resolved to a type AudioHandler.java /HoyeonDemo_AppProject/src/org/apache/cordova/media line 56 Java Problem "
For those who don't want to use it from command line just add an external library cordova-android project to resolve this issue.
Follow these steps:
1- Download Cordova android zip from here https://github.com/apache/cordova-android.
2- Extract zip anywhere on your PC. Go inside framework folder.
3- Import this extracted zip folder/framework in your eclipse as an existing project which will result in Cordova project(library) in your workspace.
4- Now right click on your app project -> Properties -> Android. In the Library section choose 'Add' and select Cordova project(library).
5- Finally add import org.apache.cordova; to use extend CordovaActivity.
'문제점해결' 카테고리의 다른 글
불안정적인 form submit / 간헐적 form submit (0) | 2022.04.25 |
---|---|
JNI , UnsupportedClassVersionError (0) | 2021.01.16 |
operation; uncategorized SQLException for SQL []; SQL state [null]; error code [0]; (0) | 2015.12.11 |
네이버 지도 api 주소- 좌표변환 (0) | 2015.08.23 |
ie8 addeventlistener ie8 error (0) | 2015.08.19 |