bubblewrap: AndroidManifest.xml - error

bubblewrap build give error about missing AndroidManifest.xml

image

What is the right path to the tool who create AndroidManifest.xml?

I am using windows and have to set the path manually. The easy part is to set the path to jdk-11.0.9.1+1/bin. But the android_jdk-directory have many subdirectories, and I have set the path to:

  • C:\Users\my-account.bubblewrap\android_sdk\build-tools\33.0.2
  • C:\Users\my-account.bubblewrap\android_sdk\tools
  • C:\Users\my-account.bubblewrap\android_sdk\tools\bin

Is it something wrong with my paths?

I can see the build-command is creating the directories, but there is no file in the directory: app/build/intermediates/merged_manifest/release/out/

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 17 (9 by maintainers)

Most upvoted comments

YES! That was the last ting! Commenting out the following line: org.gradle.jvmargs=-Xmx1536m

In the file gradle.properties - in the root-folder. (Maybe it’s because I use a small laptop.)

It must be done after bubblewrap init --manifest=[url-&-manifest.extension], otherwise it must be done again.

A million thanks to @andreban for all the works he have done in this case!

Here is the result: image