Fehler beim Starten der App in Eclipse am Emulator

  • Antworten:2
  • Bentwortet
Georg Buchta
  • Forum-Beiträge: 24

20.10.2011, 20:16:53 via Website

Hello

ich habe ein mir unerklärliches Problem, habe im Eclipse Workspace insgesamt 4 Projekte erstellt.
3 dieser Projekte lassen sich ohne Probleme starten doch das 4. geht nicht... :-(

Ich muss dazu sagen ich bin auf Grund von Problemen (Content Assistant) funktionierte nicht,
auf die Eclipse Version 3.7.1 umgestiegen (Eclipse for Java Developer).
Das 4. Projekt habe ich mit der neuen Version erstellt... :-(


Jetzt bekomme ich in der Console folgende Meldung:

1[2011-10-20 20:06:37 - Greetings] ERROR: Unknown option '--no-crunch'
2[2011-10-20 20:06:37 - Greetings] Android Asset Packaging Tool
3[2011-10-20 20:06:37 - Greetings]
4[2011-10-20 20:06:37 - Greetings] Usage:
5[2011-10-20 20:06:37 - Greetings] aapt l[ist] [-v] [-a] file.{zip,jar,apk}
6[2011-10-20 20:06:37 - Greetings] List contents of Zip-compatible archive.
7[2011-10-20 20:06:37 - Greetings]
8[2011-10-20 20:06:37 - Greetings] aapt d[ump] [--values] WHAT file.{apk} [asset [asset ...]]
9[2011-10-20 20:06:37 - Greetings] badging Print the label and icon for the app declared in APK.
10[2011-10-20 20:06:37 - Greetings] permissions Print the permissions from the APK.
11[2011-10-20 20:06:37 - Greetings] resources Print the resource table from the APK.
12[2011-10-20 20:06:37 - Greetings] configurations Print the configurations in the APK.
13[2011-10-20 20:06:37 - Greetings] xmltree Print the compiled xmls in the given assets.
14[2011-10-20 20:06:37 - Greetings] xmlstrings Print the strings of the given compiled xml assets.
15[2011-10-20 20:06:37 - Greetings]
16[2011-10-20 20:06:37 - Greetings] aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
17[2011-10-20 20:06:37 - Greetings] [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
18[2011-10-20 20:06:37 - Greetings] [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
19[2011-10-20 20:06:37 - Greetings] [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
20[2011-10-20 20:06:37 - Greetings] [--rename-manifest-package PACKAGE] \
21[2011-10-20 20:06:37 - Greetings] [--rename-instrumentation-target-package PACKAGE] \
22[2011-10-20 20:06:37 - Greetings] [--utf16] [--auto-add-overlay] \
23[2011-10-20 20:06:37 - Greetings] [--max-res-version VAL] \
24[2011-10-20 20:06:37 - Greetings] [-I base-package [-I base-package ...]] \
25[2011-10-20 20:06:37 - Greetings] [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
26[2011-10-20 20:06:37 - Greetings] [-S resource-sources [-S resource-sources ...]] [-F apk-file] [-J R-file-dir] \
27[2011-10-20 20:06:37 - Greetings] [--product product1,product2,...] \
28[2011-10-20 20:06:37 - Greetings] [raw-files-dir [raw-files-dir] ...]
29[2011-10-20 20:06:37 - Greetings]
30[2011-10-20 20:06:37 - Greetings] Package the android resources. It will read assets and resources that are
31[2011-10-20 20:06:37 - Greetings] supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
32[2011-10-20 20:06:37 - Greetings] options control which files are output.
33[2011-10-20 20:06:37 - Greetings]
34[2011-10-20 20:06:37 - Greetings] aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
35[2011-10-20 20:06:37 - Greetings] Delete specified files from Zip-compatible archive.
36[2011-10-20 20:06:37 - Greetings]
37[2011-10-20 20:06:37 - Greetings] aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
38[2011-10-20 20:06:37 - Greetings] Add specified files to Zip-compatible archive.
39[2011-10-20 20:06:37 - Greetings]
40[2011-10-20 20:06:37 - Greetings] aapt v[ersion]
41[2011-10-20 20:06:37 - Greetings] Print program version.
42[2011-10-20 20:06:37 - Greetings]
43[2011-10-20 20:06:37 - Greetings] Modifiers:
44[2011-10-20 20:06:37 - Greetings] -a print Android-specific data (resources, manifest) when listing
45[2011-10-20 20:06:37 - Greetings] -c specify which configurations to include. The default is all
46[2011-10-20 20:06:37 - Greetings] configurations. The value of the parameter should be a comma
47[2011-10-20 20:06:37 - Greetings] separated list of configuration values. Locales should be specified
48[2011-10-20 20:06:37 - Greetings] as either a language or language-region pair. Some examples:
49[2011-10-20 20:06:37 - Greetings] en
50[2011-10-20 20:06:37 - Greetings] port,en
51[2011-10-20 20:06:37 - Greetings] port,land,en_US
52[2011-10-20 20:06:37 - Greetings] If you put the special locale, zz_ZZ on the list, it will perform
53[2011-10-20 20:06:37 - Greetings] pseudolocalization on the default locale, modifying all of the
54[2011-10-20 20:06:37 - Greetings] strings so you can look for strings that missed the
55[2011-10-20 20:06:37 - Greetings] internationalization process. For example:
56[2011-10-20 20:06:37 - Greetings] port,land,zz_ZZ
57[2011-10-20 20:06:37 - Greetings] -d one or more device assets to include, separated by commas
58[2011-10-20 20:06:37 - Greetings] -f force overwrite of existing files
59[2011-10-20 20:06:37 - Greetings] -g specify a pixel tolerance to force images to grayscale, default 0
60[2011-10-20 20:06:37 - Greetings] -j specify a jar or zip file containing classes to include
61[2011-10-20 20:06:37 - Greetings] -k junk path of file(s) added
62[2011-10-20 20:06:37 - Greetings] -m make package directories under location specified by -J
63[2011-10-20 20:06:37 - Greetings] -u update existing packages (add new, replace older, remove deleted files)
64[2011-10-20 20:06:37 - Greetings] -v verbose output
65[2011-10-20 20:06:37 - Greetings] -x create extending (non-application) resource IDs
66[2011-10-20 20:06:37 - Greetings] -z require localization of resource attributes marked with
67[2011-10-20 20:06:37 - Greetings] localization="suggested"
68[2011-10-20 20:06:37 - Greetings] -A additional directory in which to find raw asset files
69[2011-10-20 20:06:37 - Greetings] -G A file to output proguard options into.
70[2011-10-20 20:06:37 - Greetings] -F specify the apk file to output
71[2011-10-20 20:06:37 - Greetings] -I add an existing package to base include set
72[2011-10-20 20:06:37 - Greetings] -J specify where to output R.java resource constant definitions
73[2011-10-20 20:06:37 - Greetings] -M specify full path to AndroidManifest.xml to include in zip
74[2011-10-20 20:06:37 - Greetings] -P specify where to output public resource definitions
75[2011-10-20 20:06:37 - Greetings] -S directory in which to find resources. Multiple directories will be scanned
76[2011-10-20 20:06:37 - Greetings] and the first match found (left to right) will take precedence.
77[2011-10-20 20:06:37 - Greetings] -0 specifies an additional extension for which such files will not
78[2011-10-20 20:06:37 - Greetings] be stored compressed in the .apk. An empty string means to not
79[2011-10-20 20:06:37 - Greetings] compress any files at all.
80[2011-10-20 20:06:37 - Greetings] --debug-mode
81[2011-10-20 20:06:37 - Greetings] inserts android:debuggable="true" in to the application node of the
82[2011-10-20 20:06:37 - Greetings] manifest, making the application debuggable even on production devices.
83[2011-10-20 20:06:37 - Greetings] --min-sdk-version
84[2011-10-20 20:06:37 - Greetings] inserts android:minSdkVersion in to manifest. If the version is 7 or
85[2011-10-20 20:06:37 - Greetings] higher, the default encoding for resources will be in UTF-8.
86[2011-10-20 20:06:37 - Greetings] --target-sdk-version
87[2011-10-20 20:06:37 - Greetings] inserts android:targetSdkVersion in to manifest.
88[2011-10-20 20:06:37 - Greetings] --max-res-version
89[2011-10-20 20:06:37 - Greetings] ignores versioned resource directories above the given value.
90[2011-10-20 20:06:37 - Greetings] --values
91[2011-10-20 20:06:37 - Greetings] when used with "dump resources" also includes resource values.
92[2011-10-20 20:06:37 - Greetings] --version-code
93[2011-10-20 20:06:37 - Greetings] inserts android:versionCode in to manifest.
94[2011-10-20 20:06:37 - Greetings] --version-name
95[2011-10-20 20:06:37 - Greetings] inserts android:versionName in to manifest.
96[2011-10-20 20:06:37 - Greetings] --custom-package
97[2011-10-20 20:06:37 - Greetings] generates R.java into a different package.
98[2011-10-20 20:06:37 - Greetings] --auto-add-overlay
99[2011-10-20 20:06:37 - Greetings] Automatically add resources that are only in overlays.
100[2011-10-20 20:06:37 - Greetings] --rename-manifest-package
101[2011-10-20 20:06:37 - Greetings] Rewrite the manifest so that its package name is the package name
102[2011-10-20 20:06:37 - Greetings] given here. Relative class names (for example .Foo) will be
103[2011-10-20 20:06:37 - Greetings] changed to absolute names with the old package so that the code
104[2011-10-20 20:06:37 - Greetings] does not need to change.
105[2011-10-20 20:06:37 - Greetings] --rename-instrumentation-target-package
106[2011-10-20 20:06:37 - Greetings] Rewrite the manifest so that all of its instrumentation
107[2011-10-20 20:06:37 - Greetings] components target the given package. Useful when used in
108[2011-10-20 20:06:37 - Greetings] conjunction with --rename-manifest-package to fix tests against
109[2011-10-20 20:06:37 - Greetings] a package that has been renamed.
110[2011-10-20 20:06:37 - Greetings] --product
111[2011-10-20 20:06:37 - Greetings] Specifies which variant to choose for strings that have
112[2011-10-20 20:06:37 - Greetings] product variants
113[2011-10-20 20:06:37 - Greetings] --utf16
114[2011-10-20 20:06:37 - Greetings] changes default encoding for resources to UTF-16. Only useful when API
115[2011-10-20 20:06:37 - Greetings] level is set to 7 or higher where the default encoding is UTF-8.
116[2011-10-20 20:06:37 - Greetings] --non-constant-id
117[2011-10-20 20:06:37 - Greetings] Make the resources ID non constant. This is required to make an R java class
118[2011-10-20 20:06:37 - Greetings] that does not contain the final value but is used to make reusable compiled
119[2011-10-20 20:06:37 - Greetings] libraries that need to access resources.
120[2011-10-20 20:06:42 - Greetings] ERROR: Unknown option '--no-crunch'
121[2011-10-20 20:06:42 - Greetings] Android Asset Packaging Tool
122[2011-10-20 20:06:42 - Greetings]
123[2011-10-20 20:06:42 - Greetings] Usage:
124[2011-10-20 20:06:42 - Greetings] aapt l[ist] [-v] [-a] file.{zip,jar,apk}
125[2011-10-20 20:06:42 - Greetings] List contents of Zip-compatible archive.
126[2011-10-20 20:06:42 - Greetings]
127[2011-10-20 20:06:42 - Greetings] aapt d[ump] [--values] WHAT file.{apk} [asset [asset ...]]
128[2011-10-20 20:06:42 - Greetings] badging Print the label and icon for the app declared in APK.
129[2011-10-20 20:06:42 - Greetings] permissions Print the permissions from the APK.
130[2011-10-20 20:06:42 - Greetings] resources Print the resource table from the APK.
131[2011-10-20 20:06:42 - Greetings] configurations Print the configurations in the APK.
132[2011-10-20 20:06:42 - Greetings] xmltree Print the compiled xmls in the given assets.
133[2011-10-20 20:06:42 - Greetings] xmlstrings Print the strings of the given compiled xml assets.
134[2011-10-20 20:06:42 - Greetings]
135[2011-10-20 20:06:42 - Greetings] aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
136[2011-10-20 20:06:42 - Greetings] [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
137[2011-10-20 20:06:42 - Greetings] [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
138[2011-10-20 20:06:42 - Greetings] [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
139[2011-10-20 20:06:42 - Greetings] [--rename-manifest-package PACKAGE] \
140[2011-10-20 20:06:42 - Greetings] [--rename-instrumentation-target-package PACKAGE] \
141[2011-10-20 20:06:42 - Greetings] [--utf16] [--auto-add-overlay] \
142[2011-10-20 20:06:42 - Greetings] [--max-res-version VAL] \
143[2011-10-20 20:06:42 - Greetings] [-I base-package [-I base-package ...]] \
144[2011-10-20 20:06:42 - Greetings] [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
145[2011-10-20 20:06:42 - Greetings] [-S resource-sources [-S resource-sources ...]] [-F apk-file] [-J R-file-dir] \
146[2011-10-20 20:06:42 - Greetings] [--product product1,product2,...] \
147[2011-10-20 20:06:42 - Greetings] [raw-files-dir [raw-files-dir] ...]
148[2011-10-20 20:06:42 - Greetings]
149[2011-10-20 20:06:42 - Greetings] Package the android resources. It will read assets and resources that are
150[2011-10-20 20:06:42 - Greetings] supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
151[2011-10-20 20:06:42 - Greetings] options control which files are output.
152[2011-10-20 20:06:42 - Greetings]
153[2011-10-20 20:06:42 - Greetings] aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
154[2011-10-20 20:06:42 - Greetings] Delete specified files from Zip-compatible archive.
155[2011-10-20 20:06:42 - Greetings]
156[2011-10-20 20:06:42 - Greetings] aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
157[2011-10-20 20:06:42 - Greetings] Add specified files to Zip-compatible archive.
158[2011-10-20 20:06:42 - Greetings]
159[2011-10-20 20:06:42 - Greetings] aapt v[ersion]
160[2011-10-20 20:06:42 - Greetings] Print program version.
161[2011-10-20 20:06:42 - Greetings]
162[2011-10-20 20:06:42 - Greetings] Modifiers:
163[2011-10-20 20:06:42 - Greetings] -a print Android-specific data (resources, manifest) when listing
164[2011-10-20 20:06:42 - Greetings] -c specify which configurations to include. The default is all
165[2011-10-20 20:06:42 - Greetings] configurations. The value of the parameter should be a comma
166[2011-10-20 20:06:42 - Greetings] separated list of configuration values. Locales should be specified
167[2011-10-20 20:06:42 - Greetings] as either a language or language-region pair. Some examples:
168[2011-10-20 20:06:42 - Greetings] en
169[2011-10-20 20:06:42 - Greetings] port,en
170[2011-10-20 20:06:42 - Greetings] port,land,en_US
171[2011-10-20 20:06:42 - Greetings] If you put the special locale, zz_ZZ on the list, it will perform
172[2011-10-20 20:06:42 - Greetings] pseudolocalization on the default locale, modifying all of the
173[2011-10-20 20:06:42 - Greetings] strings so you can look for strings that missed the
174[2011-10-20 20:06:42 - Greetings] internationalization process. For example:
175[2011-10-20 20:06:42 - Greetings] port,land,zz_ZZ
176[2011-10-20 20:06:42 - Greetings] -d one or more device assets to include, separated by commas
177[2011-10-20 20:06:42 - Greetings] -f force overwrite of existing files
178[2011-10-20 20:06:42 - Greetings] -g specify a pixel tolerance to force images to grayscale, default 0
179[2011-10-20 20:06:42 - Greetings] -j specify a jar or zip file containing classes to include
180[2011-10-20 20:06:42 - Greetings] -k junk path of file(s) added
181[2011-10-20 20:06:42 - Greetings] -m make package directories under location specified by -J
182[2011-10-20 20:06:42 - Greetings] -u update existing packages (add new, replace older, remove deleted files)
183[2011-10-20 20:06:42 - Greetings] -v verbose output
184[2011-10-20 20:06:42 - Greetings] -x create extending (non-application) resource IDs
185[2011-10-20 20:06:42 - Greetings] -z require localization of resource attributes marked with
186[2011-10-20 20:06:42 - Greetings] localization="suggested"
187[2011-10-20 20:06:42 - Greetings] -A additional directory in which to find raw asset files
188[2011-10-20 20:06:42 - Greetings] -G A file to output proguard options into.
189[2011-10-20 20:06:42 - Greetings] -F specify the apk file to output
190[2011-10-20 20:06:42 - Greetings] -I add an existing package to base include set
191[2011-10-20 20:06:42 - Greetings] -J specify where to output R.java resource constant definitions
192[2011-10-20 20:06:42 - Greetings] -M specify full path to AndroidManifest.xml to include in zip
193[2011-10-20 20:06:42 - Greetings] -P specify where to output public resource definitions
194[2011-10-20 20:06:42 - Greetings] -S directory in which to find resources. Multiple directories will be scanned
195[2011-10-20 20:06:42 - Greetings] and the first match found (left to right) will take precedence.
196[2011-10-20 20:06:42 - Greetings] -0 specifies an additional extension for which such files will not
197[2011-10-20 20:06:42 - Greetings] be stored compressed in the .apk. An empty string means to not
198[2011-10-20 20:06:42 - Greetings] compress any files at all.
199[2011-10-20 20:06:42 - Greetings] --debug-mode
200[2011-10-20 20:06:42 - Greetings] inserts android:debuggable="true" in to the application node of the
201[2011-10-20 20:06:42 - Greetings] manifest, making the application debuggable even on production devices.
202[2011-10-20 20:06:42 - Greetings] --min-sdk-version
203[2011-10-20 20:06:42 - Greetings] inserts android:minSdkVersion in to manifest. If the version is 7 or
204[2011-10-20 20:06:42 - Greetings] higher, the default encoding for resources will be in UTF-8.
205[2011-10-20 20:06:42 - Greetings] --target-sdk-version
206[2011-10-20 20:06:42 - Greetings] inserts android:targetSdkVersion in to manifest.
207[2011-10-20 20:06:42 - Greetings] --max-res-version
208[2011-10-20 20:06:42 - Greetings] ignores versioned resource directories above the given value.
209[2011-10-20 20:06:42 - Greetings] --values
210[2011-10-20 20:06:42 - Greetings] when used with "dump resources" also includes resource values.
211[2011-10-20 20:06:42 - Greetings] --version-code
212[2011-10-20 20:06:42 - Greetings] inserts android:versionCode in to manifest.
213[2011-10-20 20:06:42 - Greetings] --version-name
214[2011-10-20 20:06:42 - Greetings] inserts android:versionName in to manifest.
215[2011-10-20 20:06:42 - Greetings] --custom-package
216[2011-10-20 20:06:42 - Greetings] generates R.java into a different package.
217[2011-10-20 20:06:42 - Greetings] --auto-add-overlay
218[2011-10-20 20:06:42 - Greetings] Automatically add resources that are only in overlays.
219[2011-10-20 20:06:42 - Greetings] --rename-manifest-package
220[2011-10-20 20:06:42 - Greetings] Rewrite the manifest so that its package name is the package name
221[2011-10-20 20:06:42 - Greetings] given here. Relative class names (for example .Foo) will be
222[2011-10-20 20:06:42 - Greetings] changed to absolute names with the old package so that the code
223[2011-10-20 20:06:42 - Greetings] does not need to change.
224[2011-10-20 20:06:42 - Greetings] --rename-instrumentation-target-package
225[2011-10-20 20:06:42 - Greetings] Rewrite the manifest so that all of its instrumentation
226[2011-10-20 20:06:42 - Greetings] components target the given package. Useful when used in
227[2011-10-20 20:06:42 - Greetings] conjunction with --rename-manifest-package to fix tests against
228[2011-10-20 20:06:42 - Greetings] a package that has been renamed.
229[2011-10-20 20:06:42 - Greetings] --product
230[2011-10-20 20:06:42 - Greetings] Specifies which variant to choose for strings that have
231[2011-10-20 20:06:42 - Greetings] product variants
232[2011-10-20 20:06:42 - Greetings] --utf16
233[2011-10-20 20:06:42 - Greetings] changes default encoding for resources to UTF-16. Only useful when API
234[2011-10-20 20:06:42 - Greetings] level is set to 7 or higher where the default encoding is UTF-8.
235[2011-10-20 20:06:42 - Greetings] --non-constant-id
236[2011-10-20 20:06:42 - Greetings] Make the resources ID non constant. This is required to make an R java class
237[2011-10-20 20:06:42 - Greetings] that does not contain the final value but is used to make reusable compiled
238[2011-10-20 20:06:42 - Greetings] libraries that need to access resources.
239[2011-10-20 20:06:53 - Greetings] ERROR: Unknown option '--no-crunch'
240[2011-10-20 20:06:53 - Greetings] Android Asset Packaging Tool
241[2011-10-20 20:06:53 - Greetings]
242[2011-10-20 20:06:53 - Greetings] Usage:
243[2011-10-20 20:06:53 - Greetings] aapt l[ist] [-v] [-a] file.{zip,jar,apk}
244[2011-10-20 20:06:53 - Greetings] List contents of Zip-compatible archive.
245[2011-10-20 20:06:53 - Greetings]
246[2011-10-20 20:06:53 - Greetings] aapt d[ump] [--values] WHAT file.{apk} [asset [asset ...]]
247[2011-10-20 20:06:53 - Greetings] badging Print the label and icon for the app declared in APK.
248[2011-10-20 20:06:53 - Greetings] permissions Print the permissions from the APK.
249[2011-10-20 20:06:53 - Greetings] resources Print the resource table from the APK.
250[2011-10-20 20:06:53 - Greetings] configurations Print the configurations in the APK.
251[2011-10-20 20:06:53 - Greetings] xmltree Print the compiled xmls in the given assets.
252[2011-10-20 20:06:53 - Greetings] xmlstrings Print the strings of the given compiled xml assets.
253[2011-10-20 20:06:53 - Greetings]
254[2011-10-20 20:06:53 - Greetings] aapt p[ackage] [-d][-f][-m][-u][-v][-x][-z][-M AndroidManifest.xml] \
255[2011-10-20 20:06:53 - Greetings] [-0 extension [-0 extension ...]] [-g tolerance] [-j jarfile] \
256[2011-10-20 20:06:53 - Greetings] [--debug-mode] [--min-sdk-version VAL] [--target-sdk-version VAL] \
257[2011-10-20 20:06:53 - Greetings] [--app-version VAL] [--app-version-name TEXT] [--custom-package VAL] \
258[2011-10-20 20:06:53 - Greetings] [--rename-manifest-package PACKAGE] \
259[2011-10-20 20:06:53 - Greetings] [--rename-instrumentation-target-package PACKAGE] \
260[2011-10-20 20:06:53 - Greetings] [--utf16] [--auto-add-overlay] \
261[2011-10-20 20:06:53 - Greetings] [--max-res-version VAL] \
262[2011-10-20 20:06:53 - Greetings] [-I base-package [-I base-package ...]] \
263[2011-10-20 20:06:53 - Greetings] [-A asset-source-dir] [-G class-list-file] [-P public-definitions-file] \
264[2011-10-20 20:06:53 - Greetings] [-S resource-sources [-S resource-sources ...]] [-F apk-file] [-J R-file-dir] \
265[2011-10-20 20:06:53 - Greetings] [--product product1,product2,...] \
266[2011-10-20 20:06:53 - Greetings] [raw-files-dir [raw-files-dir] ...]
267[2011-10-20 20:06:53 - Greetings]
268[2011-10-20 20:06:53 - Greetings] Package the android resources. It will read assets and resources that are
269[2011-10-20 20:06:53 - Greetings] supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R
270[2011-10-20 20:06:53 - Greetings] options control which files are output.
271[2011-10-20 20:06:53 - Greetings]
272[2011-10-20 20:06:53 - Greetings] aapt r[emove] [-v] file.{zip,jar,apk} file1 [file2 ...]
273[2011-10-20 20:06:53 - Greetings] Delete specified files from Zip-compatible archive.
274[2011-10-20 20:06:53 - Greetings]
275[2011-10-20 20:06:53 - Greetings] aapt a[dd] [-v] file.{zip,jar,apk} file1 [file2 ...]
276[2011-10-20 20:06:53 - Greetings] Add specified files to Zip-compatible archive.
277[2011-10-20 20:06:53 - Greetings]
278[2011-10-20 20:06:53 - Greetings] aapt v[ersion]
279[2011-10-20 20:06:53 - Greetings] Print program version.
280[2011-10-20 20:06:53 - Greetings]
281[2011-10-20 20:06:53 - Greetings] Modifiers:
282[2011-10-20 20:06:53 - Greetings] -a print Android-specific data (resources, manifest) when listing
283[2011-10-20 20:06:53 - Greetings] -c specify which configurations to include. The default is all
284[2011-10-20 20:06:53 - Greetings] configurations. The value of the parameter should be a comma
285[2011-10-20 20:06:53 - Greetings] separated list of configuration values. Locales should be specified
286[2011-10-20 20:06:53 - Greetings] as either a language or language-region pair. Some examples:
287[2011-10-20 20:06:53 - Greetings] en
288[2011-10-20 20:06:53 - Greetings] port,en
289[2011-10-20 20:06:53 - Greetings] port,land,en_US
290[2011-10-20 20:06:53 - Greetings] If you put the special locale, zz_ZZ on the list, it will perform
291[2011-10-20 20:06:53 - Greetings] pseudolocalization on the default locale, modifying all of the
292[2011-10-20 20:06:53 - Greetings] strings so you can look for strings that missed the
293[2011-10-20 20:06:53 - Greetings] internationalization process. For example:
294[2011-10-20 20:06:53 - Greetings] port,land,zz_ZZ
295[2011-10-20 20:06:53 - Greetings] -d one or more device assets to include, separated by commas
296[2011-10-20 20:06:53 - Greetings] -f force overwrite of existing files
297[2011-10-20 20:06:53 - Greetings] -g specify a pixel tolerance to force images to grayscale, default 0
298[2011-10-20 20:06:53 - Greetings] -j specify a jar or zip file containing classes to include
299[2011-10-20 20:06:53 - Greetings] -k junk path of file(s) added
300[2011-10-20 20:06:53 - Greetings] -m make package directories under location specified by -J
301[2011-10-20 20:06:53 - Greetings] -u update existing packages (add new, replace older, remove deleted files)
302[2011-10-20 20:06:53 - Greetings] -v verbose output
303[2011-10-20 20:06:53 - Greetings] -x create extending (non-application) resource IDs
304[2011-10-20 20:06:53 - Greetings] -z require localization of resource attributes marked with
305[2011-10-20 20:06:53 - Greetings] localization="suggested"
306[2011-10-20 20:06:53 - Greetings] -A additional directory in which to find raw asset files
307[2011-10-20 20:06:53 - Greetings] -G A file to output proguard options into.
308[2011-10-20 20:06:53 - Greetings] -F specify the apk file to output
309[2011-10-20 20:06:53 - Greetings] -I add an existing package to base include set
310[2011-10-20 20:06:53 - Greetings] -J specify where to output R.java resource constant definitions
311[2011-10-20 20:06:53 - Greetings] -M specify full path to AndroidManifest.xml to include in zip
312[2011-10-20 20:06:53 - Greetings] -P specify where to output public resource definitions
313[2011-10-20 20:06:53 - Greetings] -S directory in which to find resources. Multiple directories will be scanned
314[2011-10-20 20:06:53 - Greetings] and the first match found (left to right) will take precedence.
315[2011-10-20 20:06:53 - Greetings] -0 specifies an additional extension for which such files will not
316[2011-10-20 20:06:53 - Greetings] be stored compressed in the .apk. An empty string means to not
317[2011-10-20 20:06:53 - Greetings] compress any files at all.
318[2011-10-20 20:06:53 - Greetings] --debug-mode
319[2011-10-20 20:06:53 - Greetings] inserts android:debuggable="true" in to the application node of the
320[2011-10-20 20:06:53 - Greetings] manifest, making the application debuggable even on production devices.
321[2011-10-20 20:06:53 - Greetings] --min-sdk-version
322[2011-10-20 20:06:53 - Greetings] inserts android:minSdkVersion in to manifest. If the version is 7 or
323[2011-10-20 20:06:53 - Greetings] higher, the default encoding for resources will be in UTF-8.
324[2011-10-20 20:06:53 - Greetings] --target-sdk-version
325[2011-10-20 20:06:53 - Greetings] inserts android:targetSdkVersion in to manifest.
326[2011-10-20 20:06:53 - Greetings] --max-res-version
327[2011-10-20 20:06:53 - Greetings] ignores versioned resource directories above the given value.
328[2011-10-20 20:06:53 - Greetings] --values
329[2011-10-20 20:06:53 - Greetings] when used with "dump resources" also includes resource values.
330[2011-10-20 20:06:53 - Greetings] --version-code
331[2011-10-20 20:06:53 - Greetings] inserts android:versionCode in to manifest.
332[2011-10-20 20:06:53 - Greetings] --version-name
333[2011-10-20 20:06:53 - Greetings] inserts android:versionName in to manifest.
334[2011-10-20 20:06:53 - Greetings] --custom-package
335[2011-10-20 20:06:53 - Greetings] generates R.java into a different package.
336[2011-10-20 20:06:53 - Greetings] --auto-add-overlay
337[2011-10-20 20:06:53 - Greetings] Automatically add resources that are only in overlays.
338[2011-10-20 20:06:53 - Greetings] --rename-manifest-package
339[2011-10-20 20:06:53 - Greetings] Rewrite the manifest so that its package name is the package name
340[2011-10-20 20:06:53 - Greetings] given here. Relative class names (for example .Foo) will be
341[2011-10-20 20:06:53 - Greetings] changed to absolute names with the old package so that the code
342[2011-10-20 20:06:53 - Greetings] does not need to change.
343[2011-10-20 20:06:53 - Greetings] --rename-instrumentation-target-package
344[2011-10-20 20:06:53 - Greetings] Rewrite the manifest so that all of its instrumentation
345[2011-10-20 20:06:53 - Greetings] components target the given package. Useful when used in
346[2011-10-20 20:06:53 - Greetings] conjunction with --rename-manifest-package to fix tests against
347[2011-10-20 20:06:53 - Greetings] a package that has been renamed.
348[2011-10-20 20:06:53 - Greetings] --product
349[2011-10-20 20:06:53 - Greetings] Specifies which variant to choose for strings that have
350[2011-10-20 20:06:53 - Greetings] product variants
351[2011-10-20 20:06:53 - Greetings] --utf16
352[2011-10-20 20:06:53 - Greetings] changes default encoding for resources to UTF-16. Only useful when API
353[2011-10-20 20:06:53 - Greetings] level is set to 7 or higher where the default encoding is UTF-8.
354[2011-10-20 20:06:53 - Greetings] --non-constant-id
355[2011-10-20 20:06:53 - Greetings] Make the resources ID non constant. This is required to make an R java class
356[2011-10-20 20:06:53 - Greetings] that does not contain the final value but is used to make reusable compiled
357[2011-10-20 20:06:53 - Greetings] libraries that need to access resources.


Ich habe mir die Meldung durchgelesen doch ich versteh das nicht ganz...
z.B.:

Zeile 81 -> debugging in der manifest datei setzten --- debugging ist auf true

Zeile 83 -> minSDK muss eingegeben sein in der manifest datei --- minSDK ist definitiv drinnen



Ich hoffe irgendwer kennt diese Meldung und kann mir hier helfen......ich bin am verzweifeln....hab mich jetzt Tage lang
herum gespielt dass der Content Assistent wieder geht und jetzt kann ich die App im Emulator nicht mehr starten....


Liebe Grüße
Georg

Antworten
Markus Gu
  • Forum-Beiträge: 2.644

20.10.2011, 20:27:03 via App

hast du die neuste Version der Plattform Tools? kannst über den Manager im eclipse installieren

swordiApps Blog - Website

Antworten
Georg Buchta
  • Forum-Beiträge: 24

20.10.2011, 21:37:54 via Website

Hy Markus

danke dir - das war der Fehler!
Hatte bis dato eclipse 3.6.2 in Verwendung und da reichte die Version 13.
bei eclipse 3.7.1 braucht man anscheinend Version 14.

Danke dir!

LG
georg

Antworten