| Issue 37: | No package name defined in manifest | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. adb shell 2. cd /data/data 3. ls What is the expected output? What do you see instead? excpected are directories which are named after the convention <package.name> and lowcase. Instead: $ ./adb shell $ su # cd /data/data # ls Trace.Book Moreover, the source files has no prefix with the package name. This might lead to collisions!
Mar 24, 2011
Project Member
#1
benpi...@googlemail.com
Status:
Fixed
|