简体   繁体   中英

Eclipse LogCat unreadable - OpenCV / Android NDK

I'm pretty new to Eclipse and Android dev and only recently installed NDK and OpenCV and ever since I've been battling. Win8/Eclipse Juno/NDK R8D/OpenCV 2.4.4

Project folder has this red exclamation mark but no files within are showing any errors. CDT builds the app just fine! Here's what LogCat gives me:

Any clue? Cheers

EDIT: after I followed your advise I ended up with the following:

Description Resource    Path    Location    Type
Project 'OpenCV Library - 2.4.4' is missing required library: 'C:\Program Files (x86)\Android\android-sdk\platforms\android-17\android.jar' OpenCV Library - 2.4.4      Build path  Build Path Problem
The container 'Android Dependencies' references non existing library 'C:\Android\android-opencv-2-4-4\sdk\java\bin\opencv library - 2.4.4.jar'  Test1       Build path  Build Path Problem

If the project folder is showing a red exclamation mark, try going to window > show view > problems and there may be a better description there of any problems.

The log above looks like a general log from your device. If you want to log from a specific running application, run the app on a device from eclipse and type app:com.yourpackagename in the text field above the LogCat output.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM