My first attempt at using GoogleBilling instead of InAppBilling3 ended in this error while compiling(debug run):
I also did another couple of changes like removing ads and firebase, since tracking has become such a no no.
However I can't find the reason for this error and reinserting stuff one by one, or taking them out likewise have not given a different result (this was a running program).
I need to see exactly the command it is trying to do.
I tried starting b4a from the command line with the -log option and got some steps into the log.txt file:
But it don't give much details of exactly what command/file failed.
Can someone provide some detail on more command line start options or other ways of getting more details?
(and all the other file options)B4A Version: 11.00
Parsing code. (0.06s)
Java Version: 8
Building folders structure. (5.35s)
Compiling code. (1.94s)
Compiling layouts code. (0.30s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Compiling resources Error
error: files given but --dir specified.
aapt2 compile [options] -o arg files...
Options:
-o arg Output path
--dir arg Directory to scan for resources
I also did another couple of changes like removing ads and firebase, since tracking has become such a no no.
However I can't find the reason for this error and reinserting stuff one by one, or taking them out likewise have not given a different result (this was a running program).
I need to see exactly the command it is trying to do.
I tried starting b4a from the command line with the -log option and got some steps into the log.txt file:
Build modules tree: 0
B4A version: 11.00
.Net version: 4.0.30319.42000
Ini folder: C:\Users\xxxxx\AppData\Roaming\Anywhere Software\Basic4android
UDP server: 192.168.x.xx, broadcast: 192.168.2.255
Global Java version: 8
Gui: 1002
Build modules tree: 0
Gui: 593
CompilingManager: not ready
Build modules tree: 83
Build modules tree: 1
Gui: 1011
Build modules tree: 0
*** no reuse ***
*** no reuse ***
*** no reuse ***
*** no reuse ***
*** no reuse ***
*** no reuse ***
*** no reuse ***
*** no reuse ***
*** no reuse ***
*** no reuse ***
Gui: 573
Compilation task: 679.7293
Compilation task: 309.6891
Gui: 374
Compilation task: 9265.0553
Gui: 626
But it don't give much details of exactly what command/file failed.
Can someone provide some detail on more command line start options or other ways of getting more details?
Last edited: