B4J Question Error running .exe file after using Integrated B4JPackager11

dieterp

Active Member
Licensed User
Longtime User
I am encountering the following error after building my B4J project using the Integrated B4JPackager11 and opening the .exe file:

1694631764041.png


For context the app is a UI based Push Notification app using the example that Erel provided. The "gettokenvalue" references the "PrivateSignKeys" folder that contains the firebase key. Does anyone have any idea what is going wrong? The app works fine when I build and run it from the IDE
 
Solution
Add this line:
B4X:
#PackagerProperty: AdditionalModuleInfoString = uses com.google.auth.http.HttpTransportFactory;

aeric

Expert
Licensed User
Longtime User
Add this line:
B4X:
#PackagerProperty: AdditionalModuleInfoString = uses com.google.auth.http.HttpTransportFactory;

 
Upvote 2
Solution
Top