Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Example Path Migration

This page records the current example locations.

Current Paths

  • Android package demo: android/android_phone_app
  • root workspace examples: examples/*.rs
  • grid examples: examples/grid/*.rs
  • layout examples: examples/layout/*.rs
  • widget examples: examples/widgets/*.rs

Current Commands

Run the Android-style app:

cargo run --manifest-path android/android_phone_app/Cargo.toml

Check every workspace example registered with Cargo:

cargo check --workspace --examples

Check the standalone Android package:

cargo check --manifest-path android/android_phone_app/Cargo.toml --all-targets