您的位置:首页 > 编程语言 > Java开发

parseSdkContent failed java.lang.ExceptionInInitializerError错误解决办法

2014-12-09 10:01 621 查看
parseSdkContent failed java.lang.ExceptionInInitializerError

在命令行模式行,输入java
-version

java
version "1.8.0_25"

Java(TM) SE Runtime Environment (build 1.8.0_25-b18)

Java HotSpot(TM) Client VM (build 25.25-b02, mixed mode, sharing)

输入android
-h

Usage:

android [global options] action [action options]

Global options:

-s --silent : Silent mode, shows errors only.

-v --verbose : Verbose mode, shows errors, warnings and all messages.

--clear-cache: Clear the SDK Manager repository manifest cache.

-h --help : Help on a specific command.

Valid

actions

are

composed

of a verb

and an

optional

direct

object:

- sdk : Displays the SDK Manager window.

- avd : Displays the AVD Manager window.

- list : Lists existing targets or virtual devices.

- list avd : Lists existing Android Virtual Devices.

- list target : Lists existing targets.

- list device : Lists existing devices.

- list sdk : Lists remote SDK repository.

- create avd : Creates a new Android Virtual Device.

- move avd : Moves or renames an Android Virtual Device.

- delete avd : Deletes an Android Virtual Device.

- update avd : Updates an Android Virtual Device to match the folders

of a new SDK.

- create project : Creates a new Android project.

- update project : Updates an Android project (must already have an

AndroidManifest.xml).

- create test-project : Creates a new Android project for a test package.

- update test-project : Updates the Android project for a test package (must

already have an AndroidManifest.xml).

- create lib-project : Creates a new Android library project.

- update lib-project : Updates an Android library project (must already have

an AndroidManifest.xml).

- create uitest-project: Creates a new UI test project.

- update adb : Updates adb to support the USB devices declared in the

SDK add-ons.

- update sdk : Updates the SDK by suggesting new platforms to install

if available.

重新运行eclipse,运行正常。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐