Android Question B4A Custom Build Action Error

Keith Flanagan

Member
Licensed User
Hi All

I am getting the following error when trying to automate a localization file through the B4XLocalizator JAR.

I have added the following to my Main class:

#CustomBuildAction: folders ready, "C:\Users\user\Downloads\B4XLocalizator.jar", "..\Files\strings.xlsx" "..\Files\strings.db"


When compiling I get the following
Running custom action. Error
Cannot find: "C:\Users\user\Downloads\B4XLocalizator.jar"
Please configure paths (Tools - Configure Paths).

The Jar is in this location and i can run it manually, so its not a setup or location issue.

Any ideas where I may be going wrong here?

Thanks
 

Keith Flanagan

Member
Licensed User
Hi LucaMs

I have moved the jar too many other locations but still get the same error.

The Jar is in this new location and i can run it manually, so its not a setup or location issue IMO.
1616247565159.png

1616247716161.png
 

Attachments

  • 1616247668140.png
    1616247668140.png
    10.1 KB · Views: 88
Upvote 0

Keith Flanagan

Member
Licensed User
Hi LucaMS & Erel

I have tried the suggestions, but none has worked, still getting the same error with latest b4a, pointing at java 8 or java 11 for javac.exe

1616348132711.png
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Remove the quotes.

 
Upvote 0

Similar Threads

Top