Android Question package invalid" + B4A 13.5 + Windows 10 PRO

Lammies

New Member
HI I am trying to install an app in B4A but to no avail. I have changed in paths to versions 34, 35, 36, changed it in the manifest accordingly - nothing. One of the installer at least gave me this message: The parser encountered some structural problem in the manifest. Cleaned project before compiling. There are no compiling errors. Just when installing.
My phone uses Android version 15.
Any suggestions?
 

Lammies

New Member
Hi Erel
Thanx for assistance.
(1) Reinstalled to the latest. (B4A+Java+Android) = Compiles OK
(2) Yes, only with this app. Tried another and the installation is working fine. Tried to install with ADB as well. Error code as per attached png. Manifest pgm attached. It seems that it might have a problem with the manifest. Config paths pic attached as well.
 

Attachments

  • SOSPgm Install Error Manifest.txt
    1.8 KB · Views: 4
  • SOSPgm Install Error.png
    SOSPgm Install Error.png
    10.6 KB · Views: 11
  • Config paths.png
    Config paths.png
    17.1 KB · Views: 11
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
1. Better to put the "additional libraries folder" outside of Program Files.
2. Shared Modules folder is mostly a thing of the past and better kept empty.
3. The manifest editor code is wrong for many reasons.

Add permissions with AddPermission keyword.
Set application attributes with SetApplicationAttribute.
Delete the second AddManifestText.
Don't use the starter service for intent filters. Add a different Receiver.
Add an intent filter with AddReceiverText.

 
Upvote 0

Lammies

New Member
Thanx
(1) Moved
(2) Cleared
(3) New Manifest. Not sure if it is correct now. This is what it is after re-installation
 

Attachments

  • Manifest Ver 2.png
    Manifest Ver 2.png
    29 KB · Views: 2
Upvote 0
Top