user1593586
user1593586

Reputation: 21

A package error

When I run a simple hello world program, this error happens...

An internal error occurred during: "Launching 1.HelloWorld".
com.android.ddmlib.IDevice.installRemotePackage(Ljava/lange/String;Z[Ljava/lang/String;)Ljava/lang/String;

How can I solve it?

Upvotes: 0

Views: 830

Answers (2)

dvs
dvs

Reputation: 12422

This happened to me when I updated the Android Development Tools for Eclipse but not the other packages like DDMS, Traceview, etc. Go to Check for Updates and grab all the Android updates listed there.

Upvotes: 2

Alex Lockwood
Alex Lockwood

Reputation: 83303

Try uninstalling the application, restarting eclipse, cleaning your project (Window --> Clean...), etc.

Upvotes: 0

Related Questions