java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.packageinstaller/com.android.packageinstaller.InstallAppProgress}: java.lang.UnsupportedOperationException: Only file:// URIs are supported
Not sure... It runs on my Lollipop device (Android 5.0.1, Nexus 4) without problems.
Can you be a bit more specific about "My Android App Installer"? What is that?
From the bug reports I would assume that it has to do with the intent-filters in AndroidManifest.xml. You could remove all of them and see what happens. Please note that removing those lines will remove the file association with LÖVE.
Thank you for your reply! By "My App Installer" I just mean Android's standard package installer.
fysx wrote:From the bug reports I would assume that it has to do with the intent-filters in AndroidManifest.xml. You could remove all of them and see what happens. Please note that removing those lines will remove the file association with LÖVE.
I will try this. What do you mean by "will remove the file association with LÖVE?"
EDIT: Oh, and by the way, let me clarify that I can also RUN the project, like, with Eclipse, live debugging it on the device. My only problem is with installing the generated .apk.