"Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY
Please check logcat output for more details."
Problem is: There is no output at all in the LogCat output. Further this is not about some Google Maps library, which most questions here on SO are about[1]:
I’m trying to make use of my own library project.
my main project has following namespace: net.microtrash.cutoutcam
my library project has following namespaces, which I have referenced in the main app’s manifest file:
<uses-library android:name="net.microtrash.lib" />
<uses-library android:name="net.microtrash.lib.button" />
<uses-library android:name="net.microtrash.cutoutcam.lib" />
Any ideas, why this error might happen?
Unless you built your own phone, or at least your own firmware, you do not have any of those libraries. You do not use
<uses-library>for Android library projects.