2

Is there any way to download Cronet prebuilt library?

I'd like to use cronet.<version>.so (dynamic/shared library) on Desktop for debugging purposes. Is there any way to download it directly rather than building it from the source?

Prerak Mann
  • 661
  • 7
  • 15

2 Answers2

1

According to this thread, chromium net-dev team does not provide prebuild version of cronet anymore.

Ali Shirvani
  • 533
  • 6
  • 15
0

Cronet and its bindings are available as a regularly updated Maven dependency: https://maven.google.com/web/index.html?q=cronet#org.chromium.net.

Danstahr
  • 4,190
  • 22
  • 38