Hi
I am designing a library with Eclipse which contains .so files in folders as shown in the image.
When I compile with slc, the library is built correctly but the architecture of each cpu is not included in the project. Please advise what to do in b4a when a file is added to the libs folder in Eclipse
When I extract the APK and install it, it runs without any problems and I have no errors, but when I send the bundle version to Google and after installing it on Google Play, the app has an error. Could it be because of these files?
Hi.
I created a library with Eclipse that includes AAR libraries.
The AAR library itself contains information like socet.co.
I don't use Gradle and on the site I looked at they suggested using the code
android.bundle.enableUncompressedNativeLibs = false now deprecated
My problem is that when I get the APK version of the app it works fine but when I convert it to AAB and submit it to Google Play this library doesn't work properly anymore.
Should I add this code to the bundleconfig.json file?
Please help.
[BT:1.5.0] Error: The file 'D:\Program Files\Anywhere Software\B4A13\bundleconfig.json' is not a valid BundleConfig JSON file.
com.android.tools.build.bundletool.model.exceptions.InvalidCommandException: The file 'D:\Program Files\Anywhere Software\B4A13\bundleconfig.json' is not a valid BundleConfig JSON file.
at com.android.tools.build.bundletool.model.exceptions.InternalExceptionBuilder.build(InternalExceptionBuilder.java:57)
at com.android.tools.build.bundletool.commands.BuildBundleCommand.parseBundleConfigJson(BuildBundleCommand.java:358)
at com.android.tools.build.bundletool.commands.BuildBundleCommand.lambda$fromFlags$0(BuildBundleCommand.java:189)
at java.base/java.util.Optional.ifPresent(Optional.java:178)
at com.android.tools.build.bundletool.commands.BuildBundleCommand.fromFlags(BuildBundleCommand.java:189)
at com.android.tools.build.bundletool.BundleToolMain.main(BundleToolMain.java:71)
at com.android.tools.build.bundletool.BundleToolMain.main(BundleToolMain.java:47)
Caused by: com.google.protobuf.InvalidProtocolBufferException: Cannot find field: packagingOptions in message android.bundle.BundleConfig
at com.google.protobuf.util.JsonFormat$ParserImpl.mergeMessage(JsonFormat.java:1313)
at com.google.protobuf.util.JsonFormat$ParserImpl.merge(JsonFormat.java:1273)
at com.google.protobuf.util.JsonFormat$ParserImpl.merge(JsonFormat.java:1135)
at com.google.protobuf.util.JsonFormat$Parser.merge(JsonFormat.java:351)
at com.android.tools.build.bundletool.commands.BuildBundleCommand.parseBundleConfigJson(BuildBundleCommand.java:352)
... 5 more