FTP plugin installation error (API7)

Support for Android version of Total Commander

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Yiselieren
Junior Member
Junior Member
Posts: 6
Joined: 2011-11-30, 16:14 UTC

FTP plugin installation error (API7)

Post by *Yiselieren »

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?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48088
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

No, minsdkVersion is set to 3:

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" />
This is present in the FTP plugin manifest, but not in the LAN plugin manifest.

So can you check whether the LAN plugin installs?
Author of Total Commander
https://www.ghisler.com
Yiselieren
Junior Member
Junior Member
Posts: 6
Joined: 2011-11-30, 16:14 UTC

Post by *Yiselieren »

I checked WindowsLAN (tcandroidlan_b13.apk), the result is a same - "The is a problem parsing the package" message.
Yiselieren
Junior Member
Junior Member
Posts: 6
Joined: 2011-11-30, 16:14 UTC

Post by *Yiselieren »

Oh, I'm very sorry.

The problem was not neither in TC nor in the FTP plugin. The problem was in a pretty exotic and very old B&N browser. I download tcandroidftp_b15.apk using my phone then transfer it to Nook everything works just fine.

Sorry once again for a false report .
Post Reply