Android AAR
Envoy Mobile can be compiled into an .aar
file for use with Android apps.
-This command is defined in the main BUILD file of the repo, and may be run locally:
+This command is defined in the main BUILD file of the repo, and may be run locally:
./bazelw build android_dist --config=android --fat_apk_cpu=<arch1,arch2>
-Upon completion of the build, you’ll see an envoy.aar
file at bazel-bin/library/kotlin/io/envoyproxy/envoymobile/envoy.aar.
+Upon completion of the build, you’ll see an envoy.aar
file at bazel-bin/library/kotlin/io/envoyproxy/envoymobile/envoy.aar.
Alternatively, you can use the prebuilt artifact from Envoy Mobile’s releases
or from Maven.
-The envoy_mobile_android
Bazel rule defined in the root BUILD file provides
+
The envoy_mobile_android
Bazel rule defined in the root BUILD file provides
an example of how this artifact may be used.
When building the artifact for release (usage outside of development), be sure to include the
--config=release-android
option, along with the architectures for which the artifact is being built:
@@ -171,7 +171,7 @@ Android requirementsBUILD file of the repo, and may be run locally:
./bazelw build ios_dist --config=ios
Upon completion of the build, you’ll see a ios_framework.zip
file at output in a path bazel picks.
Alternatively, you can use the prebuilt artifact from Envoy Mobile’s releases (Envoy.xcframework.zip)
diff --git a/docs/envoy-mobile/latest/start/examples/hello_world.html b/docs/envoy-mobile/latest/start/examples/hello_world.html
index d563ae709..f6483ce0a 100644
--- a/docs/envoy-mobile/latest/start/examples/hello_world.html
+++ b/docs/envoy-mobile/latest/start/examples/hello_world.html
@@ -13,7 +13,7 @@
-
Hello World — envoy-mobile 0.5.0-4bc17f documentation
+ Hello World — envoy-mobile 0.5.0-dc18a0 documentation
@@ -21,7 +21,7 @@
-
+
@@ -43,7 +43,7 @@
envoy-mobile
- 0.5.0-4bc17f
+ 0.5.0-dc18a0