diff options
author | Xavier Ducrohet <xav@android.com> | 2012-03-02 19:23:09 -0800 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2012-03-02 19:30:58 -0800 |
commit | 9834e28a9868d8193df5b6ee4634b999079c2a8a (patch) | |
tree | 968b6b5fb01c270471250777c3f55c629b1e3a14 /testapps/userLibTest/README.txt | |
parent | 420f7b22e62d45ff579e700c6456834c0739e37f (diff) | |
download | sdk-9834e28a9868d8193df5b6ee4634b999079c2a8a.zip sdk-9834e28a9868d8193df5b6ee4634b999079c2a8a.tar.gz sdk-9834e28a9868d8193df5b6ee4634b999079c2a8a.tar.bz2 |
Add new test projects.
- test for User Library usage
- test for test project with library.
Change-Id: I49b7d4702937f634a1df907af327a979af09f227
Diffstat (limited to 'testapps/userLibTest/README.txt')
-rw-r--r-- | testapps/userLibTest/README.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testapps/userLibTest/README.txt b/testapps/userLibTest/README.txt new file mode 100644 index 0000000..5d63f4e --- /dev/null +++ b/testapps/userLibTest/README.txt @@ -0,0 +1,5 @@ +This test requires a workspace setup: + +- Create User Library called "USERLIBTEST" +- Add to this library the jar located in jars/basicJar.jar +- App should compile, and deploy on device and UI show show SUCCESS
\ No newline at end of file |