From 8d66b9e353a951eb2d27b9d86bca87d14f688f35 Mon Sep 17 00:00:00 2001 From: daserge Date: Tue, 12 Apr 2016 21:55:50 +0300 Subject: [PATCH] CB-6498 Misleading documentation in Android Quirks --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ebdf237..b118ccd 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,25 @@ Report issues with this plugin on the [Apache Cordova issue tracker][Apache Cord ## Example Configuration In the top-level `config.xml` file (not the one in `platforms`), add configuration elements like those specified here. -Please notice that the value of the "src" attribute is relative to the project directory and not to the www directory. You can name the source image whatever you like. The internal name in the app is determined by Cordova. +Please notice that the value of the "src" attribute is relative to the project root directory and not to the www directory (see `Directory structure` below). You can name the source image whatever you like. The internal name in the app is determined by Cordova. + +Directory structure: + +``` +projectRoot + hooks + platforms + plugins + www + css + img + js + res + screen + android + ios + windows +``` ```xml