Android Question Adding ICOSPhone Library causes manifest issue

SeaCay

Member
Licensed User
Longtime User
Hello All,

I have an app which works very well in its current state. Now that I need to deploy this app to a newer device with Android OS 5.1.1, I am encountering issues.
In the past I have tested for the SDK version to determine the current OS version.
I decide to test the ICOSPhone library to replace my previous function and added the library and a snippet of code to make the call:
B4X:
aPh.Initialize("aPh")
OS_Vers = aPh.OSVersion

When I attempt to compile the program, I get a message suggesting that the manifest is in error:
AndroidManifest.xml:33: Tag <uses-permission> attribute name has invalid character '-'.

I checked the forums and followed most of the suggestions for this issue, including downloading and install the most recent SDK/NDK. I checked the manifest for errors - there were none.

If I remove the ICOSPhone library and associated code, the manifest problem goes away.
I have spent 4 consecutive days on this problem and am now seeking help.

Is there some reference that the ICOSPhone library needs added manually to the manifest or is there a different issue at play on this problem.

regards and thanks in advance

SeaCay
 
Top