Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

application not installing on android simulator

Tags:

android

I am trying to run an Android application. When I install the application on the Android simulator, it shows this error in the console:

[2011-02-21 16:37:44 - TFLAPPv1] Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
[2011-02-21 16:37:44 - TFLAPPv1] Please check logcat output for more details.
[2011-02-21 16:37:44 - TFLAPPv1] Launch canceled!
like image 363
User Avatar asked May 05 '26 20:05

User


1 Answers

Open a command prompt and go to your platform tools folder

\Eclipse\sdk\platform-tools

There will be adb.exe there. Type

adb logcat

Take a look at the output. If you'd like further help, post the output on here. Thanks!

like image 122
Dan Csharpster Avatar answered May 08 '26 09:05

Dan Csharpster



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!