diff --git a/README.md b/README.md index d0ca2241..cacee17d 100644 --- a/README.md +++ b/README.md @@ -412,7 +412,7 @@ and the math operations include all those supported by Java SE. Android applications should use the JsePlatform, and can include the Luajava library to simplify access to underlying Android APIs. A specialized Globals.finder should be provided to find scripts and data for loading. -See examples/android/src/android/LuajView +See examples/android/src/android/LuajView.java for an example that loads from the "res" Android project directory. The ant build script is examples/android/build.xml.