Page 1 of 1

FTP plugin installation error (API7)

Posted: 2012-04-04, 08:44 UTC
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?

Posted: 2012-04-05, 15:21 UTC
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?

Posted: 2012-04-05, 17:26 UTC
by Yiselieren
I checked WindowsLAN (tcandroidlan_b13.apk), the result is a same - "The is a problem parsing the package" message.

Posted: 2012-04-05, 17:57 UTC
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 .