문제점해결

android sdk content loader 0 eclipse

예쁜꽃이피었으면 2016. 6. 10. 09:07


the user operation is waiting for background work to complete


http://www.ppomppu.co.kr/zboard/view.php?id=developer&no=12647

http://tastegod.co.kr/191



다시검색

" 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 " 



http://stackoverflow.com/questions/23806667/cordovaactivity-cannot-be-resolved-to-a-type-in-phonegap-3-4


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.

반응형