Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
324 changes: 0 additions & 324 deletions docs/source/apple-runtime.md

This file was deleted.

22 changes: 21 additions & 1 deletion docs/source/using-executorch-android.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Using ExecuTorch on Android

Placeholder for top-level Android documentation
To use from Android, ExecuTorch provides Java API bindings and Android platform integration, available as a AAR file. The ExecuTorch C++ APIs can also be used from Android native.

## Installation

TODO Instructions on downloading the pre-built AAR. Replace with Maven/Gradle package management when available.

### Building from Source

TODO Instructions on re-creating and customizing the Android AAR.

## Android Backends

TODO Describe commonly used backends, including XNN, Vulkan, and NPUs.

## Runtime Integration

TODO Code sample in Java

## Next Steps

TODO Link to Java API reference and other relevant material
Loading
Loading