Launching XXX has encountered a problem解决办法

问题描述:eclipse项目导入的时候,编译正常 run的时候出现以下问题
Launching XXX has encountered a problem. Errors occurred during the build.

Errors occurred during the build.
Errors running builder ‘Android Package Builder’ on project ‘listview’.
com/android/dx/command/dexer/Main : Unsupported major.minor version 52.0

这个问题是由于jdk的版本问题导致的。
首先在cmd上 java -version看一下系统现在的jdk版本 然后在eclipse中 window—-preferences—java—compiler选择对应的jdk版本 apply 后 clean以下项目 或者重启以下eclipse就可以了

你可能感兴趣的:(eclipse问题)