Hi,
I have a problem to install FTP plugin on my Nook Simple Touch reader (Android 2.1, API7). When I try to install it, I get the message:
There is a problem parsing the package
Is it some requirements for API more then 7 in the plugin?
FTP plugin installation error (API7)
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 6
- Joined: 2011-11-30, 16:14 UTC
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
No, minsdkVersion is set to 3:
Are you able to install the LAN plugin? If yes, I see one option in the manifest which may be causing your problem:
This is present in the FTP plugin manifest, but not in the LAN plugin manifest.
So can you check whether the LAN plugin installs?
Code: Select all
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="11" />
Are you able to install the LAN plugin? If yes, I see one option in the manifest which may be causing your problem:
Code: Select all
<supports-screens android:smallScreens="true" android:normalScreens="true"
android:largeScreens="true" android:anyDensity="true" />
So can you check whether the LAN plugin installs?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
-
- Junior Member
- Posts: 6
- Joined: 2011-11-30, 16:14 UTC
-
- Junior Member
- Posts: 6
- Joined: 2011-11-30, 16:14 UTC