diff options
Diffstat (limited to 'testapps/libsAndJarTest/lib2')
-rw-r--r-- | testapps/libsAndJarTest/lib2/project.properties | 2 | ||||
-rw-r--r-- | testapps/libsAndJarTest/lib2/res/values/strings.xml | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/testapps/libsAndJarTest/lib2/project.properties b/testapps/libsAndJarTest/lib2/project.properties index 36f1594..9be8830 100644 --- a/testapps/libsAndJarTest/lib2/project.properties +++ b/testapps/libsAndJarTest/lib2/project.properties @@ -13,3 +13,5 @@ # Project target. target=android-15 android.library=true +verbose=true + diff --git a/testapps/libsAndJarTest/lib2/res/values/strings.xml b/testapps/libsAndJarTest/lib2/res/values/strings.xml index 549e4ea..e1e7a9d 100644 --- a/testapps/libsAndJarTest/lib2/res/values/strings.xml +++ b/testapps/libsAndJarTest/lib2/res/values/strings.xml @@ -1,4 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <resources> + <string name="app_name">Main</string> -</resources> + <string name="foo2">foo</string> + +</resources>
\ No newline at end of file |