Hi everyone,

my current problem is that I have two application. The first one defines a new permission and is already installed. The second uses the permission defined by app 1. When I try to install it by downloading it with the browser the PackageInstaller crashes.

Looking at the logs it says that there occures a Resource.NotFoundException for the resource #0x7f04000a which is the label for the permission defined in app 1. Further on I found this line in the logs:
getEntry failing because entryIndex 10 is beyond type entryCount 2

that tells me that there are only 2 resource entries. This is right for app 2 I want to install. app 1 has 11 resource entries. So I think the PackageInstaller tries to load the 10th resource from app 2 and not from app 1 where the resource can be found.

What am I doing wrong?

Lutz

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to