Advertisement
Guest User

Untitled

a guest
Jun 11th, 2013
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 51.71 KB | None | 0 0
  1. Buildfile: myapp/build.xml
  2.  
  3. -check-env:
  4. [checkenv] Android SDK Tools Revision 22.0.1
  5. [checkenv] Installed at deps/android-sdk-linux
  6.  
  7. -setup:
  8. [echo] Project Name: Agent
  9. [gettype] Project Type: Application
  10.  
  11. -pre-clean:
  12.  
  13. clean:
  14. [delete] Deleting directory myapp/bin
  15. [delete] Deleting directory myapp/gen
  16. [getlibpath] Library dependencies:
  17. [getlibpath]
  18. [getlibpath] ------------------
  19. [getlibpath] Ordered libraries:
  20.  
  21. nodeps:
  22.  
  23. -check-env:
  24. [checkenv] Android SDK Tools Revision 22.0.1
  25. [checkenv] Installed at deps/android-sdk-linux
  26.  
  27. -setup:
  28. [echo] Project Name: LibEnvoy
  29. [gettype] Project Type: Android Library
  30.  
  31. -pre-clean:
  32.  
  33. clean:
  34. [delete] Deleting directory mylib/bin
  35. [delete] Deleting directory mylib/gen
  36.  
  37. -set-mode-check:
  38.  
  39. -set-debug-files:
  40.  
  41. -check-env:
  42. [checkenv] Android SDK Tools Revision 22.0.1
  43. [checkenv] Installed at deps/android-sdk-linux
  44.  
  45. -setup:
  46. [echo] Project Name: Agent
  47. [gettype] Project Type: Application
  48.  
  49. -set-debug-mode:
  50.  
  51. -debug-obfuscation-check:
  52.  
  53. -pre-build:
  54.  
  55. -build-setup:
  56. [getbuildtools] Using latest Build Tools: 17.0.0
  57. [echo] Resolving Build Target for Agent...
  58. [gettarget] Project Target: Android 4.0.3
  59. [gettarget] API level: 15
  60. [echo] ----------
  61. [echo] Creating output directories if needed...
  62. [mkdir] Created dir: myapp/bin
  63. [mkdir] Created dir: myapp/bin/res
  64. [mkdir] Created dir: myapp/gen
  65. [mkdir] Created dir: myapp/bin/classes
  66. [mkdir] Created dir: myapp/bin/dexedLibs
  67. [echo] ----------
  68. [echo] Resolving Dependencies for Agent...
  69. [dependency] Ordered libraries:
  70. [dependency] mylib
  71. [dependency]
  72. [dependency] ------------------
  73. [dependency] API<=15: Adding annotations.jar to the classpath.
  74. [echo] ----------
  75. [echo] Building Libraries with 'debug'...
  76.  
  77. nodeps:
  78.  
  79. -set-mode-check:
  80.  
  81. -set-debug-files:
  82.  
  83. -check-env:
  84. [checkenv] Android SDK Tools Revision 22.0.1
  85. [checkenv] Installed at deps/android-sdk-linux
  86.  
  87. -setup:
  88. [echo] Project Name: LibEnvoy
  89. [gettype] Project Type: Android Library
  90.  
  91. -set-debug-mode:
  92.  
  93. -debug-obfuscation-check:
  94.  
  95. -pre-build:
  96.  
  97. -build-setup:
  98. [getbuildtools] Using latest Build Tools: 17.0.0
  99. [echo] Resolving Build Target for LibEnvoy...
  100. [gettarget] Project Target: Android 4.0.3
  101. [gettarget] API level: 15
  102. [echo] ----------
  103. [echo] Creating output directories if needed...
  104. [mkdir] Created dir: mylib/bin
  105. [mkdir] Created dir: mylib/bin/res
  106. [mkdir] Created dir: mylib/gen
  107. [mkdir] Created dir: mylib/bin/classes
  108. [mkdir] Created dir: mylib/bin/dexedLibs
  109. [echo] ----------
  110. [echo] Resolving Dependencies for LibEnvoy...
  111. [dependency] Library dependencies:
  112. [dependency] No Libraries
  113. [dependency]
  114. [dependency] ------------------
  115. [dependency] API<=15: Adding annotations.jar to the classpath.
  116.  
  117. -code-gen:
  118. [mergemanifest] Merging AndroidManifest files into one.
  119. [mergemanifest] Manifest merger disabled. Using project manifest only.
  120. [echo] Handling aidl files...
  121. [aidl] No AIDL files to compile.
  122. [echo] ----------
  123. [echo] Handling RenderScript files...
  124. [renderscript] No RenderScript files to compile.
  125. [echo] ----------
  126. [echo] Handling Resources...
  127. [aapt] Generating resource IDs...
  128. [echo] ----------
  129. [echo] Handling BuildConfig class...
  130. [buildconfig] Generating BuildConfig class.
  131.  
  132. -pre-compile:
  133.  
  134. -compile:
  135. [javac] Compiling 8 source files to mylib/bin/classes
  136. [echo] Creating library output jar file...
  137. [jar] Building jar: mylib/bin/classes.jar
  138.  
  139. -post-compile:
  140.  
  141. -obfuscate:
  142.  
  143. -dex:
  144. [echo] Library project: do not convert bytecode...
  145.  
  146. -crunch:
  147. [crunch] Crunching PNG Files in source dir: mylib/res
  148. [crunch] To destination dir: mylib/bin/res
  149. [crunch] Processing image to cache: mylib/res/drawable-hdpi/ic_launcher.png => mylib/bin/res/drawable-hdpi/ic_launcher.png
  150. [crunch] (processed image to cache entry mylib/bin/res/drawable-hdpi/ic_launcher.png: 77% size of source)
  151. [crunch] Processing image to cache: mylib/res/drawable-mdpi/ic_launcher.png => mylib/bin/res/drawable-mdpi/ic_launcher.png
  152. [crunch] (processed image to cache entry mylib/bin/res/drawable-mdpi/ic_launcher.png: 0% size of source)
  153. [crunch] Processing image to cache: mylib/res/drawable-xhdpi/ic_launcher.png => mylib/bin/res/drawable-xhdpi/ic_launcher.png
  154. [crunch] (processed image to cache entry mylib/bin/res/drawable-xhdpi/ic_launcher.png: 57% size of source)
  155. [crunch] Processing image to cache: mylib/res/drawable-xxhdpi/ic_launcher.png => mylib/bin/res/drawable-xxhdpi/ic_launcher.png
  156. [crunch] (processed image to cache entry mylib/bin/res/drawable-xxhdpi/ic_launcher.png: 91% size of source)
  157. [crunch] Crunched 4 PNG files to update cache
  158.  
  159. -package-resources:
  160. [echo] Library project: do not package resources...
  161.  
  162. -package:
  163. [echo] Library project: do not package apk...
  164.  
  165. -post-package:
  166.  
  167. -do-debug:
  168. [echo] Library project: do not create apk...
  169. [propertyfile] Creating new property file: mylib/bin/build.prop
  170. [propertyfile] Updating property file: mylib/bin/build.prop
  171. [propertyfile] Updating property file: mylib/bin/build.prop
  172. [propertyfile] Updating property file: mylib/bin/build.prop
  173.  
  174. -post-build:
  175.  
  176. debug:
  177.  
  178. -code-gen:
  179. [mergemanifest] Merging AndroidManifest files into one.
  180. [mergemanifest] Manifest merger disabled. Using project manifest only.
  181. [echo] Handling aidl files...
  182. [aidl] No AIDL files to compile.
  183. [echo] ----------
  184. [echo] Handling RenderScript files...
  185. [renderscript] No RenderScript files to compile.
  186. [echo] ----------
  187. [echo] Handling Resources...
  188. [aapt] Generating resource IDs...
  189. [aapt] nothing matches overlay file ic_launcher.png, for flavor ,,,,,,,,,,,,ldpi,,,,,,,
  190. [echo] ----------
  191. [echo] Handling BuildConfig class...
  192. [buildconfig] Generating BuildConfig class.
  193.  
  194. -pre-compile:
  195.  
  196. -compile:
  197. [javac] Compiling 47 source files to myapp/bin/classes
  198.  
  199. -post-compile:
  200.  
  201. -obfuscate:
  202.  
  203. -dex:
  204. [dex] input: myapp/bin/classes
  205. [dex] input: mylib/bin/classes.jar
  206. [dex] input: deps/android-sdk-linux/tools/support/annotations.jar
  207. [dex] input: myapp/libs/log4j-1.2.17.jar
  208. [dex] input: mylib/libs/android-support-v4.jar
  209. [dex] Pre-Dexing mylib/bin/classes.jar -> classes-b1950e430f0e0c4eb62f760974d7384f.jar
  210. [dex] Pre-Dexing deps/android-sdk-linux/tools/support/annotations.jar -> annotations-edfca77f753ebeae080305b6668f9e9a.jar
  211. [dex] Pre-Dexing myapp/libs/log4j-1.2.17.jar -> log4j-1.2.17-9db32d438df489c2f02c5310cc7a3a34.jar
  212. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  213. [dx] (org.apache.log4j.chainsaw.ControlPanel$1) that doesn't come with an
  214. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  215. [dx] compiler that did not target the modern .class file format. The recommended
  216. [dx] solution is to recompile the class from source, using an up-to-date compiler
  217. [dx] and without specifying any "-target" type options. The consequence of ignoring
  218. [dx] this warning is that reflective operations on this class will incorrectly
  219. [dx] indicate that it is *not* an inner class.
  220. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  221. [dx] (org.apache.log4j.chainsaw.ControlPanel$2) that doesn't come with an
  222. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  223. [dx] compiler that did not target the modern .class file format. The recommended
  224. [dx] solution is to recompile the class from source, using an up-to-date compiler
  225. [dx] and without specifying any "-target" type options. The consequence of ignoring
  226. [dx] this warning is that reflective operations on this class will incorrectly
  227. [dx] indicate that it is *not* an inner class.
  228. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  229. [dx] (org.apache.log4j.chainsaw.ControlPanel$3) that doesn't come with an
  230. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  231. [dx] compiler that did not target the modern .class file format. The recommended
  232. [dx] solution is to recompile the class from source, using an up-to-date compiler
  233. [dx] and without specifying any "-target" type options. The consequence of ignoring
  234. [dx] this warning is that reflective operations on this class will incorrectly
  235. [dx] indicate that it is *not* an inner class.
  236. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  237. [dx] (org.apache.log4j.chainsaw.ControlPanel$4) that doesn't come with an
  238. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  239. [dx] compiler that did not target the modern .class file format. The recommended
  240. [dx] solution is to recompile the class from source, using an up-to-date compiler
  241. [dx] and without specifying any "-target" type options. The consequence of ignoring
  242. [dx] this warning is that reflective operations on this class will incorrectly
  243. [dx] indicate that it is *not* an inner class.
  244. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  245. [dx] (org.apache.log4j.chainsaw.ControlPanel$5) that doesn't come with an
  246. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  247. [dx] compiler that did not target the modern .class file format. The recommended
  248. [dx] solution is to recompile the class from source, using an up-to-date compiler
  249. [dx] and without specifying any "-target" type options. The consequence of ignoring
  250. [dx] this warning is that reflective operations on this class will incorrectly
  251. [dx] indicate that it is *not* an inner class.
  252. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  253. [dx] (org.apache.log4j.chainsaw.ControlPanel$6) that doesn't come with an
  254. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  255. [dx] compiler that did not target the modern .class file format. The recommended
  256. [dx] solution is to recompile the class from source, using an up-to-date compiler
  257. [dx] and without specifying any "-target" type options. The consequence of ignoring
  258. [dx] this warning is that reflective operations on this class will incorrectly
  259. [dx] indicate that it is *not* an inner class.
  260. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  261. [dx] (org.apache.log4j.chainsaw.ControlPanel$7) that doesn't come with an
  262. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  263. [dx] compiler that did not target the modern .class file format. The recommended
  264. [dx] solution is to recompile the class from source, using an up-to-date compiler
  265. [dx] and without specifying any "-target" type options. The consequence of ignoring
  266. [dx] this warning is that reflective operations on this class will incorrectly
  267. [dx] indicate that it is *not* an inner class.
  268. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  269. [dx] (org.apache.log4j.chainsaw.Main$1) that doesn't come with an
  270. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  271. [dx] compiler that did not target the modern .class file format. The recommended
  272. [dx] solution is to recompile the class from source, using an up-to-date compiler
  273. [dx] and without specifying any "-target" type options. The consequence of ignoring
  274. [dx] this warning is that reflective operations on this class will incorrectly
  275. [dx] indicate that it is *not* an inner class.
  276. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  277. [dx] (org.apache.log4j.chainsaw.MyTableModel$1) that doesn't come with an
  278. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  279. [dx] compiler that did not target the modern .class file format. The recommended
  280. [dx] solution is to recompile the class from source, using an up-to-date compiler
  281. [dx] and without specifying any "-target" type options. The consequence of ignoring
  282. [dx] this warning is that reflective operations on this class will incorrectly
  283. [dx] indicate that it is *not* an inner class.
  284. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  285. [dx] (org.apache.log4j.lf5.util.LogFileParser$1) that doesn't come with an
  286. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  287. [dx] compiler that did not target the modern .class file format. The recommended
  288. [dx] solution is to recompile the class from source, using an up-to-date compiler
  289. [dx] and without specifying any "-target" type options. The consequence of ignoring
  290. [dx] this warning is that reflective operations on this class will incorrectly
  291. [dx] indicate that it is *not* an inner class.
  292. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  293. [dx] (org.apache.log4j.lf5.viewer.LF5SwingUtils$1) that doesn't come with an
  294. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  295. [dx] compiler that did not target the modern .class file format. The recommended
  296. [dx] solution is to recompile the class from source, using an up-to-date compiler
  297. [dx] and without specifying any "-target" type options. The consequence of ignoring
  298. [dx] this warning is that reflective operations on this class will incorrectly
  299. [dx] indicate that it is *not* an inner class.
  300. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  301. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$1) that doesn't come with an
  302. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  303. [dx] compiler that did not target the modern .class file format. The recommended
  304. [dx] solution is to recompile the class from source, using an up-to-date compiler
  305. [dx] and without specifying any "-target" type options. The consequence of ignoring
  306. [dx] this warning is that reflective operations on this class will incorrectly
  307. [dx] indicate that it is *not* an inner class.
  308. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  309. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$10) that doesn't come with an
  310. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  311. [dx] compiler that did not target the modern .class file format. The recommended
  312. [dx] solution is to recompile the class from source, using an up-to-date compiler
  313. [dx] and without specifying any "-target" type options. The consequence of ignoring
  314. [dx] this warning is that reflective operations on this class will incorrectly
  315. [dx] indicate that it is *not* an inner class.
  316. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  317. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$11) that doesn't come with an
  318. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  319. [dx] compiler that did not target the modern .class file format. The recommended
  320. [dx] solution is to recompile the class from source, using an up-to-date compiler
  321. [dx] and without specifying any "-target" type options. The consequence of ignoring
  322. [dx] this warning is that reflective operations on this class will incorrectly
  323. [dx] indicate that it is *not* an inner class.
  324. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  325. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$12) that doesn't come with an
  326. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  327. [dx] compiler that did not target the modern .class file format. The recommended
  328. [dx] solution is to recompile the class from source, using an up-to-date compiler
  329. [dx] and without specifying any "-target" type options. The consequence of ignoring
  330. [dx] this warning is that reflective operations on this class will incorrectly
  331. [dx] indicate that it is *not* an inner class.
  332. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  333. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$13) that doesn't come with an
  334. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  335. [dx] compiler that did not target the modern .class file format. The recommended
  336. [dx] solution is to recompile the class from source, using an up-to-date compiler
  337. [dx] and without specifying any "-target" type options. The consequence of ignoring
  338. [dx] this warning is that reflective operations on this class will incorrectly
  339. [dx] indicate that it is *not* an inner class.
  340. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  341. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$14) that doesn't come with an
  342. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  343. [dx] compiler that did not target the modern .class file format. The recommended
  344. [dx] solution is to recompile the class from source, using an up-to-date compiler
  345. [dx] and without specifying any "-target" type options. The consequence of ignoring
  346. [dx] this warning is that reflective operations on this class will incorrectly
  347. [dx] indicate that it is *not* an inner class.
  348. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  349. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$15) that doesn't come with an
  350. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  351. [dx] compiler that did not target the modern .class file format. The recommended
  352. [dx] solution is to recompile the class from source, using an up-to-date compiler
  353. [dx] and without specifying any "-target" type options. The consequence of ignoring
  354. [dx] this warning is that reflective operations on this class will incorrectly
  355. [dx] indicate that it is *not* an inner class.
  356. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  357. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$16) that doesn't come with an
  358. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  359. [dx] compiler that did not target the modern .class file format. The recommended
  360. [dx] solution is to recompile the class from source, using an up-to-date compiler
  361. [dx] and without specifying any "-target" type options. The consequence of ignoring
  362. [dx] this warning is that reflective operations on this class will incorrectly
  363. [dx] indicate that it is *not* an inner class.
  364. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  365. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$17) that doesn't come with an
  366. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  367. [dx] compiler that did not target the modern .class file format. The recommended
  368. [dx] solution is to recompile the class from source, using an up-to-date compiler
  369. [dx] and without specifying any "-target" type options. The consequence of ignoring
  370. [dx] this warning is that reflective operations on this class will incorrectly
  371. [dx] indicate that it is *not* an inner class.
  372. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  373. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$18) that doesn't come with an
  374. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  375. [dx] compiler that did not target the modern .class file format. The recommended
  376. [dx] solution is to recompile the class from source, using an up-to-date compiler
  377. [dx] and without specifying any "-target" type options. The consequence of ignoring
  378. [dx] this warning is that reflective operations on this class will incorrectly
  379. [dx] indicate that it is *not* an inner class.
  380. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  381. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$19) that doesn't come with an
  382. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  383. [dx] compiler that did not target the modern .class file format. The recommended
  384. [dx] solution is to recompile the class from source, using an up-to-date compiler
  385. [dx] and without specifying any "-target" type options. The consequence of ignoring
  386. [dx] this warning is that reflective operations on this class will incorrectly
  387. [dx] indicate that it is *not* an inner class.
  388. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  389. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$2) that doesn't come with an
  390. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  391. [dx] compiler that did not target the modern .class file format. The recommended
  392. [dx] solution is to recompile the class from source, using an up-to-date compiler
  393. [dx] and without specifying any "-target" type options. The consequence of ignoring
  394. [dx] this warning is that reflective operations on this class will incorrectly
  395. [dx] indicate that it is *not* an inner class.
  396. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  397. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$20) that doesn't come with an
  398. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  399. [dx] compiler that did not target the modern .class file format. The recommended
  400. [dx] solution is to recompile the class from source, using an up-to-date compiler
  401. [dx] and without specifying any "-target" type options. The consequence of ignoring
  402. [dx] this warning is that reflective operations on this class will incorrectly
  403. [dx] indicate that it is *not* an inner class.
  404. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  405. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$21) that doesn't come with an
  406. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  407. [dx] compiler that did not target the modern .class file format. The recommended
  408. [dx] solution is to recompile the class from source, using an up-to-date compiler
  409. [dx] and without specifying any "-target" type options. The consequence of ignoring
  410. [dx] this warning is that reflective operations on this class will incorrectly
  411. [dx] indicate that it is *not* an inner class.
  412. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  413. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$22) that doesn't come with an
  414. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  415. [dx] compiler that did not target the modern .class file format. The recommended
  416. [dx] solution is to recompile the class from source, using an up-to-date compiler
  417. [dx] and without specifying any "-target" type options. The consequence of ignoring
  418. [dx] this warning is that reflective operations on this class will incorrectly
  419. [dx] indicate that it is *not* an inner class.
  420. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  421. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$23) that doesn't come with an
  422. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  423. [dx] compiler that did not target the modern .class file format. The recommended
  424. [dx] solution is to recompile the class from source, using an up-to-date compiler
  425. [dx] and without specifying any "-target" type options. The consequence of ignoring
  426. [dx] this warning is that reflective operations on this class will incorrectly
  427. [dx] indicate that it is *not* an inner class.
  428. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  429. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$24) that doesn't come with an
  430. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  431. [dx] compiler that did not target the modern .class file format. The recommended
  432. [dx] solution is to recompile the class from source, using an up-to-date compiler
  433. [dx] and without specifying any "-target" type options. The consequence of ignoring
  434. [dx] this warning is that reflective operations on this class will incorrectly
  435. [dx] indicate that it is *not* an inner class.
  436. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  437. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$25) that doesn't come with an
  438. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  439. [dx] compiler that did not target the modern .class file format. The recommended
  440. [dx] solution is to recompile the class from source, using an up-to-date compiler
  441. [dx] and without specifying any "-target" type options. The consequence of ignoring
  442. [dx] this warning is that reflective operations on this class will incorrectly
  443. [dx] indicate that it is *not* an inner class.
  444. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  445. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$26) that doesn't come with an
  446. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  447. [dx] compiler that did not target the modern .class file format. The recommended
  448. [dx] solution is to recompile the class from source, using an up-to-date compiler
  449. [dx] and without specifying any "-target" type options. The consequence of ignoring
  450. [dx] this warning is that reflective operations on this class will incorrectly
  451. [dx] indicate that it is *not* an inner class.
  452. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  453. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$27) that doesn't come with an
  454. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  455. [dx] compiler that did not target the modern .class file format. The recommended
  456. [dx] solution is to recompile the class from source, using an up-to-date compiler
  457. [dx] and without specifying any "-target" type options. The consequence of ignoring
  458. [dx] this warning is that reflective operations on this class will incorrectly
  459. [dx] indicate that it is *not* an inner class.
  460. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  461. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$28) that doesn't come with an
  462. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  463. [dx] compiler that did not target the modern .class file format. The recommended
  464. [dx] solution is to recompile the class from source, using an up-to-date compiler
  465. [dx] and without specifying any "-target" type options. The consequence of ignoring
  466. [dx] this warning is that reflective operations on this class will incorrectly
  467. [dx] indicate that it is *not* an inner class.
  468. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  469. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$29) that doesn't come with an
  470. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  471. [dx] compiler that did not target the modern .class file format. The recommended
  472. [dx] solution is to recompile the class from source, using an up-to-date compiler
  473. [dx] and without specifying any "-target" type options. The consequence of ignoring
  474. [dx] this warning is that reflective operations on this class will incorrectly
  475. [dx] indicate that it is *not* an inner class.
  476. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  477. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$3) that doesn't come with an
  478. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  479. [dx] compiler that did not target the modern .class file format. The recommended
  480. [dx] solution is to recompile the class from source, using an up-to-date compiler
  481. [dx] and without specifying any "-target" type options. The consequence of ignoring
  482. [dx] this warning is that reflective operations on this class will incorrectly
  483. [dx] indicate that it is *not* an inner class.
  484. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  485. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$30) that doesn't come with an
  486. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  487. [dx] compiler that did not target the modern .class file format. The recommended
  488. [dx] solution is to recompile the class from source, using an up-to-date compiler
  489. [dx] and without specifying any "-target" type options. The consequence of ignoring
  490. [dx] this warning is that reflective operations on this class will incorrectly
  491. [dx] indicate that it is *not* an inner class.
  492. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  493. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$31) that doesn't come with an
  494. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  495. [dx] compiler that did not target the modern .class file format. The recommended
  496. [dx] solution is to recompile the class from source, using an up-to-date compiler
  497. [dx] and without specifying any "-target" type options. The consequence of ignoring
  498. [dx] this warning is that reflective operations on this class will incorrectly
  499. [dx] indicate that it is *not* an inner class.
  500. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  501. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$32) that doesn't come with an
  502. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  503. [dx] compiler that did not target the modern .class file format. The recommended
  504. [dx] solution is to recompile the class from source, using an up-to-date compiler
  505. [dx] and without specifying any "-target" type options. The consequence of ignoring
  506. [dx] this warning is that reflective operations on this class will incorrectly
  507. [dx] indicate that it is *not* an inner class.
  508. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  509. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$4) that doesn't come with an
  510. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  511. [dx] compiler that did not target the modern .class file format. The recommended
  512. [dx] solution is to recompile the class from source, using an up-to-date compiler
  513. [dx] and without specifying any "-target" type options. The consequence of ignoring
  514. [dx] this warning is that reflective operations on this class will incorrectly
  515. [dx] indicate that it is *not* an inner class.
  516. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  517. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$5) that doesn't come with an
  518. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  519. [dx] compiler that did not target the modern .class file format. The recommended
  520. [dx] solution is to recompile the class from source, using an up-to-date compiler
  521. [dx] and without specifying any "-target" type options. The consequence of ignoring
  522. [dx] this warning is that reflective operations on this class will incorrectly
  523. [dx] indicate that it is *not* an inner class.
  524. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  525. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$6) that doesn't come with an
  526. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  527. [dx] compiler that did not target the modern .class file format. The recommended
  528. [dx] solution is to recompile the class from source, using an up-to-date compiler
  529. [dx] and without specifying any "-target" type options. The consequence of ignoring
  530. [dx] this warning is that reflective operations on this class will incorrectly
  531. [dx] indicate that it is *not* an inner class.
  532. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  533. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$7) that doesn't come with an
  534. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  535. [dx] compiler that did not target the modern .class file format. The recommended
  536. [dx] solution is to recompile the class from source, using an up-to-date compiler
  537. [dx] and without specifying any "-target" type options. The consequence of ignoring
  538. [dx] this warning is that reflective operations on this class will incorrectly
  539. [dx] indicate that it is *not* an inner class.
  540. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  541. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$8) that doesn't come with an
  542. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  543. [dx] compiler that did not target the modern .class file format. The recommended
  544. [dx] solution is to recompile the class from source, using an up-to-date compiler
  545. [dx] and without specifying any "-target" type options. The consequence of ignoring
  546. [dx] this warning is that reflective operations on this class will incorrectly
  547. [dx] indicate that it is *not* an inner class.
  548. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  549. [dx] (org.apache.log4j.lf5.viewer.LogBrokerMonitor$9) that doesn't come with an
  550. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  551. [dx] compiler that did not target the modern .class file format. The recommended
  552. [dx] solution is to recompile the class from source, using an up-to-date compiler
  553. [dx] and without specifying any "-target" type options. The consequence of ignoring
  554. [dx] this warning is that reflective operations on this class will incorrectly
  555. [dx] indicate that it is *not* an inner class.
  556. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  557. [dx] (org.apache.log4j.lf5.viewer.LogFactor5ErrorDialog$1) that doesn't come with an
  558. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  559. [dx] compiler that did not target the modern .class file format. The recommended
  560. [dx] solution is to recompile the class from source, using an up-to-date compiler
  561. [dx] and without specifying any "-target" type options. The consequence of ignoring
  562. [dx] this warning is that reflective operations on this class will incorrectly
  563. [dx] indicate that it is *not* an inner class.
  564. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  565. [dx] (org.apache.log4j.lf5.viewer.LogFactor5InputDialog$1) that doesn't come with an
  566. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  567. [dx] compiler that did not target the modern .class file format. The recommended
  568. [dx] solution is to recompile the class from source, using an up-to-date compiler
  569. [dx] and without specifying any "-target" type options. The consequence of ignoring
  570. [dx] this warning is that reflective operations on this class will incorrectly
  571. [dx] indicate that it is *not* an inner class.
  572. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  573. [dx] (org.apache.log4j.lf5.viewer.LogFactor5InputDialog$2) that doesn't come with an
  574. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  575. [dx] compiler that did not target the modern .class file format. The recommended
  576. [dx] solution is to recompile the class from source, using an up-to-date compiler
  577. [dx] and without specifying any "-target" type options. The consequence of ignoring
  578. [dx] this warning is that reflective operations on this class will incorrectly
  579. [dx] indicate that it is *not* an inner class.
  580. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  581. [dx] (org.apache.log4j.lf5.viewer.LogFactor5InputDialog$3) that doesn't come with an
  582. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  583. [dx] compiler that did not target the modern .class file format. The recommended
  584. [dx] solution is to recompile the class from source, using an up-to-date compiler
  585. [dx] and without specifying any "-target" type options. The consequence of ignoring
  586. [dx] this warning is that reflective operations on this class will incorrectly
  587. [dx] indicate that it is *not* an inner class.
  588. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  589. [dx] (org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerModel$1) that doesn't come with an
  590. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  591. [dx] compiler that did not target the modern .class file format. The recommended
  592. [dx] solution is to recompile the class from source, using an up-to-date compiler
  593. [dx] and without specifying any "-target" type options. The consequence of ignoring
  594. [dx] this warning is that reflective operations on this class will incorrectly
  595. [dx] indicate that it is *not* an inner class.
  596. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  597. [dx] (org.apache.log4j.lf5.viewer.categoryexplorer.CategoryExplorerTree$1) that doesn't come with an
  598. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  599. [dx] compiler that did not target the modern .class file format. The recommended
  600. [dx] solution is to recompile the class from source, using an up-to-date compiler
  601. [dx] and without specifying any "-target" type options. The consequence of ignoring
  602. [dx] this warning is that reflective operations on this class will incorrectly
  603. [dx] indicate that it is *not* an inner class.
  604. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  605. [dx] (org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor$1) that doesn't come with an
  606. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  607. [dx] compiler that did not target the modern .class file format. The recommended
  608. [dx] solution is to recompile the class from source, using an up-to-date compiler
  609. [dx] and without specifying any "-target" type options. The consequence of ignoring
  610. [dx] this warning is that reflective operations on this class will incorrectly
  611. [dx] indicate that it is *not* an inner class.
  612. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  613. [dx] (org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor$2) that doesn't come with an
  614. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  615. [dx] compiler that did not target the modern .class file format. The recommended
  616. [dx] solution is to recompile the class from source, using an up-to-date compiler
  617. [dx] and without specifying any "-target" type options. The consequence of ignoring
  618. [dx] this warning is that reflective operations on this class will incorrectly
  619. [dx] indicate that it is *not* an inner class.
  620. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  621. [dx] (org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor$3) that doesn't come with an
  622. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  623. [dx] compiler that did not target the modern .class file format. The recommended
  624. [dx] solution is to recompile the class from source, using an up-to-date compiler
  625. [dx] and without specifying any "-target" type options. The consequence of ignoring
  626. [dx] this warning is that reflective operations on this class will incorrectly
  627. [dx] indicate that it is *not* an inner class.
  628. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  629. [dx] (org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor$4) that doesn't come with an
  630. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  631. [dx] compiler that did not target the modern .class file format. The recommended
  632. [dx] solution is to recompile the class from source, using an up-to-date compiler
  633. [dx] and without specifying any "-target" type options. The consequence of ignoring
  634. [dx] this warning is that reflective operations on this class will incorrectly
  635. [dx] indicate that it is *not* an inner class.
  636. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  637. [dx] (org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor$5) that doesn't come with an
  638. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  639. [dx] compiler that did not target the modern .class file format. The recommended
  640. [dx] solution is to recompile the class from source, using an up-to-date compiler
  641. [dx] and without specifying any "-target" type options. The consequence of ignoring
  642. [dx] this warning is that reflective operations on this class will incorrectly
  643. [dx] indicate that it is *not* an inner class.
  644. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  645. [dx] (org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor$6) that doesn't come with an
  646. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  647. [dx] compiler that did not target the modern .class file format. The recommended
  648. [dx] solution is to recompile the class from source, using an up-to-date compiler
  649. [dx] and without specifying any "-target" type options. The consequence of ignoring
  650. [dx] this warning is that reflective operations on this class will incorrectly
  651. [dx] indicate that it is *not* an inner class.
  652. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  653. [dx] (org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor$7) that doesn't come with an
  654. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  655. [dx] compiler that did not target the modern .class file format. The recommended
  656. [dx] solution is to recompile the class from source, using an up-to-date compiler
  657. [dx] and without specifying any "-target" type options. The consequence of ignoring
  658. [dx] this warning is that reflective operations on this class will incorrectly
  659. [dx] indicate that it is *not* an inner class.
  660. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  661. [dx] (org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNodeEditor$8) that doesn't come with an
  662. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  663. [dx] compiler that did not target the modern .class file format. The recommended
  664. [dx] solution is to recompile the class from source, using an up-to-date compiler
  665. [dx] and without specifying any "-target" type options. The consequence of ignoring
  666. [dx] this warning is that reflective operations on this class will incorrectly
  667. [dx] indicate that it is *not* an inner class.
  668. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  669. [dx] (org.apache.log4j.net.SMTPAppender$1) that doesn't come with an
  670. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  671. [dx] compiler that did not target the modern .class file format. The recommended
  672. [dx] solution is to recompile the class from source, using an up-to-date compiler
  673. [dx] and without specifying any "-target" type options. The consequence of ignoring
  674. [dx] this warning is that reflective operations on this class will incorrectly
  675. [dx] indicate that it is *not* an inner class.
  676. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  677. [dx] (org.apache.log4j.xml.DOMConfigurator$1) that doesn't come with an
  678. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  679. [dx] compiler that did not target the modern .class file format. The recommended
  680. [dx] solution is to recompile the class from source, using an up-to-date compiler
  681. [dx] and without specifying any "-target" type options. The consequence of ignoring
  682. [dx] this warning is that reflective operations on this class will incorrectly
  683. [dx] indicate that it is *not* an inner class.
  684. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  685. [dx] (org.apache.log4j.xml.DOMConfigurator$2) that doesn't come with an
  686. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  687. [dx] compiler that did not target the modern .class file format. The recommended
  688. [dx] solution is to recompile the class from source, using an up-to-date compiler
  689. [dx] and without specifying any "-target" type options. The consequence of ignoring
  690. [dx] this warning is that reflective operations on this class will incorrectly
  691. [dx] indicate that it is *not* an inner class.
  692. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  693. [dx] (org.apache.log4j.xml.DOMConfigurator$3) that doesn't come with an
  694. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  695. [dx] compiler that did not target the modern .class file format. The recommended
  696. [dx] solution is to recompile the class from source, using an up-to-date compiler
  697. [dx] and without specifying any "-target" type options. The consequence of ignoring
  698. [dx] this warning is that reflective operations on this class will incorrectly
  699. [dx] indicate that it is *not* an inner class.
  700. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  701. [dx] (org.apache.log4j.xml.DOMConfigurator$4) that doesn't come with an
  702. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  703. [dx] compiler that did not target the modern .class file format. The recommended
  704. [dx] solution is to recompile the class from source, using an up-to-date compiler
  705. [dx] and without specifying any "-target" type options. The consequence of ignoring
  706. [dx] this warning is that reflective operations on this class will incorrectly
  707. [dx] indicate that it is *not* an inner class.
  708. [dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
  709. [dx] (org.apache.log4j.xml.DOMConfigurator$5) that doesn't come with an
  710. [dx] associated EnclosingMethod attribute. This class was probably produced by a
  711. [dx] compiler that did not target the modern .class file format. The recommended
  712. [dx] solution is to recompile the class from source, using an up-to-date compiler
  713. [dx] and without specifying any "-target" type options. The consequence of ignoring
  714. [dx] this warning is that reflective operations on this class will incorrectly
  715. [dx] indicate that it is *not* an inner class.
  716. [dex] Pre-Dexing mylib/libs/android-support-v4.jar -> android-support-v4-62e595255da28b0c0bb86b5fd58da238.jar
  717. [dex] Converting compiled files and external libraries into myapp/bin/classes.dex...
  718. [dx] Merged dex A (67 defs/68.9KiB) with dex B (8 defs/10.6KiB). Result is 75 defs/94.8KiB. Took 0.1s
  719. [dx] Merged dex A (75 defs/94.8KiB) with dex B (2 defs/1.1KiB). Result is 77 defs/119.6KiB. Took 0.0s
  720. [dx] Merged dex A (77 defs/119.6KiB) with dex B (314 defs/421.0KiB). Result is 391 defs/678.7KiB. Took 0.2s
  721. [dx] Merged dex A (391 defs/678.7KiB) with dex B (309 defs/349.3KiB). Result is 700 defs/1334.0KiB. Took 0.2s
  722.  
  723. -crunch:
  724. [crunch] Crunching PNG Files in source dir: myapp/res
  725. [crunch] To destination dir: myapp/bin/res
  726. [crunch] Processing image to cache: myapp/res/drawable-hdpi/ic_launcher.png => myapp/bin/res/drawable-hdpi/ic_launcher.png
  727. [crunch] (processed image to cache entry myapp/bin/res/drawable-hdpi/ic_launcher.png: 89% size of source)
  728. [crunch] Processing image to cache: myapp/res/drawable-ldpi/ic_launcher.png => myapp/bin/res/drawable-ldpi/ic_launcher.png
  729. [crunch] (processed image to cache entry myapp/bin/res/drawable-ldpi/ic_launcher.png: 0% size of source)
  730. [crunch] Processing image to cache: myapp/res/drawable-mdpi/ic_launcher.png => myapp/bin/res/drawable-mdpi/ic_launcher.png
  731. [crunch] (processed image to cache entry myapp/bin/res/drawable-mdpi/ic_launcher.png: 0% size of source)
  732. [crunch] Processing image to cache: myapp/res/drawable-xhdpi/ic_launcher.png => myapp/bin/res/drawable-xhdpi/ic_launcher.png
  733. [crunch] (processed image to cache entry myapp/bin/res/drawable-xhdpi/ic_launcher.png: 64% size of source)
  734. [crunch] Processing image to cache: myapp/res/drawable/androidrobot.png => myapp/bin/res/drawable/androidrobot.png
  735. [crunch] (processed image to cache entry myapp/bin/res/drawable/androidrobot.png: 73% size of source)
  736. [crunch] Processing image to cache: myapp/res/drawable/envoy_wallpaper.png => myapp/bin/res/drawable/envoy_wallpaper.png
  737. [crunch] (processed image to cache entry myapp/bin/res/drawable/envoy_wallpaper.png: 56% size of source)
  738. [crunch] Processing image to cache: myapp/res/drawable/ic_menu_refresh.png => myapp/bin/res/drawable/ic_menu_refresh.png
  739. [crunch] (processed image to cache entry myapp/bin/res/drawable/ic_menu_refresh.png: 0% size of source)
  740. [crunch] Processing image to cache: myapp/res/drawable/overflow.png => myapp/bin/res/drawable/overflow.png
  741. [crunch] (processed image to cache entry myapp/bin/res/drawable/overflow.png: 0% size of source)
  742. [crunch] Processing image to cache: myapp/res/drawable/usb_icon.png => myapp/bin/res/drawable/usb_icon.png
  743. [crunch] (processed image to cache entry myapp/bin/res/drawable/usb_icon.png: 0% size of source)
  744. [crunch] Crunched 9 PNG files to update cache
  745.  
  746. -package-resources:
  747. [aapt] Creating full resource package...
  748. [aapt] nothing matches overlay file ic_launcher.png, for flavor ,,,,,,,,,,,,ldpi,,,,,,,
  749.  
  750. -package:
  751. [apkbuilder] Current build type is different than previous build: forced apkbuilder run.
  752. [apkbuilder] Creating Agent-debug-unaligned.apk and signing it with a debug key...
  753.  
  754. -post-package:
  755.  
  756. -do-debug:
  757. [zipalign] Running zip align on final apk...
  758. [echo] Debug Package: myapp/bin/Agent-debug.apk
  759. [propertyfile] Creating new property file: myapp/bin/build.prop
  760. [propertyfile] Updating property file: myapp/bin/build.prop
  761. [propertyfile] Updating property file: myapp/bin/build.prop
  762. [propertyfile] Updating property file: myapp/bin/build.prop
  763.  
  764. -post-build:
  765.  
  766. debug:
  767.  
  768. BUILD SUCCESSFUL
  769. Total time: 27 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement