user3860618
user3860618

Reputation: 135

Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY] while running Tango project in android studio

I just downloaded a sample project (tango) from this link and imported it to android studio and started running the project. But when I run the project in my android phone, it gives an error

Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY]

I dont know what the issue is with it. Can someone help me?

Upvotes: 1

Views: 397

Answers (2)

Atef Haouari
Atef Haouari

Reputation: 64

The "missing shared library" is a the tango library that exists only on Tango enabled devices.

You should use the Tango Tablet Development Kit or other Tango enabled device run Tango sample.

Upvotes: 1

Avanish Singh
Avanish Singh

Reputation: 288

The problem comes up because for external jars its not required to declare library on manifest... Deleting on manifest the writed on the post solves the problem

Upvotes: -1

Related Questions