Advertisement
loloof64

Proguard error for BasicChessEndgames project

Jan 11th, 2018
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.73 KB | None | 0 0
  1. [IJ]> last android:proguard
  2. [debug] ###
  3. [debug] # Generic proguard options useful in non-release builds
  4. [debug] ###
  5. [debug] -dontobfuscate
  6. [debug]
  7. [debug] -renamesourcefileattribute SourceFile
  8. [debug] -keepattributes SourceFile,LineNumberTable,Signature
  9. [debug]
  10. [debug] -flattenpackagehierarchy
  11. [debug]
  12. [debug] -optimizations !code/simplification/arithmetic,!code/simplification/cast,!field/*,!class/merging/*,!code/allocation/variable
  13. [debug]
  14. [debug] -dontnote android.support.**
  15. [debug] -dontnote org.apache.http.**
  16. [debug] -dontnote android.net.http.**
  17. [debug] -dontnote android.annotation.**
  18. [debug]
  19. [debug] -dontnote com.android.vending.licensing.**
  20. [debug] -dontnote com.google.vending.licensing.**
  21. [debug]
  22. [debug] # For debugIncludesTests
  23. [debug] -keep class * extends junit.framework.TestCase { *; }
  24. [debug] -keepclasseswithmembers class * { @org.junit.** *; }
  25. [debug] -dontwarn junit.**
  26. [debug] -dontnote junit.**
  27. [debug] -dontwarn org.junit.**
  28. [debug] -dontnote org.junit.**
  29. [debug] -dontwarn org.hamcrest.**
  30. [debug] -dontwarn com.squareup.**
  31. [debug] -dontnote org.hamcrest.**
  32. [debug] -keep class android.support.test.** { *; }
  33. [debug]
  34. [debug] ###
  35. [debug] # Scala-specific proguard config
  36. [debug] ###
  37. [debug] # keep Dynamic because proguard cache fails to handle it gracefully
  38. [debug] -keep class scala.Dynamic { *; }
  39. [debug] -dontnote scala.concurrent.util.Unsafe
  40. [debug] -dontnote scala.Enumeration**
  41. [debug] -dontnote scala.ScalaObject
  42. [debug] -dontnote org.xml.sax.EntityResolver
  43. [debug] -dontnote scala.concurrent.forkjoin.**
  44. [debug] -dontwarn scala.beans.ScalaBeanInfo
  45. [debug] -dontwarn scala.concurrent.**
  46. [debug] -dontnote scala.reflect.**
  47. [debug] -dontwarn scala.reflect.**
  48. [debug] -dontwarn scala.sys.process.package$
  49. [debug] -dontwarn **$$anonfun$*
  50. [debug] -dontwarn scala.collection.immutable.RedBlack$Empty
  51. [debug] -dontwarn scala.tools.**,plugintemplate.**
  52. [debug]
  53. [debug] -keep public class scala.reflect.ScalaSignature
  54. [debug] # This is gone in 2.11
  55. [debug] -keep public interface scala.ScalaObject
  56. [debug]
  57. [debug] -keepclassmembers class * {
  58. [debug] ** MODULE$;
  59. [debug] }
  60. [debug]
  61. [debug] -keep class scala.collection.SeqLike {
  62. [debug] public java.lang.String toString();
  63. [debug] }
  64. [debug]
  65. [debug] -keepclassmembernames class scala.concurrent.forkjoin.ForkJoinPool {
  66. [debug] long eventCount;
  67. [debug] int workerCounts;
  68. [debug] int runControl;
  69. [debug] scala.concurrent.forkjoin.ForkJoinPool$WaitQueueNode syncStack;
  70. [debug] scala.concurrent.forkjoin.ForkJoinPool$WaitQueueNode spareStack;
  71. [debug] }
  72. [debug]
  73. [debug] -keepclassmembernames class scala.concurrent.forkjoin.ForkJoinWorkerThread {
  74. [debug] int base;
  75. [debug] int sp;
  76. [debug] int runState;
  77. [debug] }
  78. [debug]
  79. [debug] -keepclassmembernames class scala.concurrent.forkjoin.ForkJoinTask {
  80. [debug] int status;
  81. [debug] }
  82. [debug]
  83. [debug] -keepclassmembernames class scala.concurrent.forkjoin.LinkedTransferQueue {
  84. [debug] scala.concurrent.forkjoin.LinkedTransferQueue$PaddedAtomicReference head;
  85. [debug] scala.concurrent.forkjoin.LinkedTransferQueue$PaddedAtomicReference tail;
  86. [debug] scala.concurrent.forkjoin.LinkedTransferQueue$PaddedAtomicReference cleanMe;
  87. [debug] }
  88. [debug] # This is a configuration file for ProGuard.
  89. [debug] # http://proguard.sourceforge.net/index.html#manual/usage.html
  90. [debug] #
  91. [debug] # This file is no longer maintained and is not used by new (2.2+) versions of the
  92. [debug] # Android plugin for Gradle. Instead, the Android plugin for Gradle generates the
  93. [debug] # default rules at build time and stores them in the build directory.
  94. [debug]
  95. [debug] -dontusemixedcaseclassnames
  96. [debug] -dontskipnonpubliclibraryclasses
  97. [debug] -verbose
  98. [debug]
  99. [debug] # Optimization is turned off by default. Dex does not like code run
  100. [debug] # through the ProGuard optimize and preverify steps (and performs some
  101. [debug] # of these optimizations on its own).
  102. [debug] -dontoptimize
  103. [debug] -dontpreverify
  104. [debug] # Note that if you want to enable optimization, you cannot just
  105. [debug] # include optimization flags in your own project configuration file;
  106. [debug] # instead you will need to point to the
  107. [debug] # "proguard-android-optimize.txt" file instead of this one from your
  108. [debug] # project.properties file.
  109. [debug]
  110. [debug] -keepattributes *Annotation*
  111. [debug] -keep public class com.google.vending.licensing.ILicensingService
  112. [debug] -keep public class com.android.vending.licensing.ILicensingService
  113. [debug]
  114. [debug] # For native methods, see http://proguard.sourceforge.net/manual/examples.html#native
  115. [debug] -keepclasseswithmembernames class * {
  116. [debug] native <methods>;
  117. [debug] }
  118. [debug]
  119. [debug] # keep setters in Views so that animations can still work.
  120. [debug] # see http://proguard.sourceforge.net/manual/examples.html#beans
  121. [debug] -keepclassmembers public class * extends android.view.View {
  122. [debug] void set*(***);
  123. [debug] *** get*();
  124. [debug] }
  125. [debug]
  126. [debug] # We want to keep methods in Activity that could be used in the XML attribute onClick
  127. [debug] -keepclassmembers class * extends android.app.Activity {
  128. [debug] public void *(android.view.View);
  129. [debug] }
  130. [debug]
  131. [debug] # For enumeration classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations
  132. [debug] -keepclassmembers enum * {
  133. [debug] public static **[] values();
  134. [debug] public static ** valueOf(java.lang.String);
  135. [debug] }
  136. [debug]
  137. [debug] -keepclassmembers class * implements android.os.Parcelable {
  138. [debug] public static final android.os.Parcelable$Creator CREATOR;
  139. [debug] }
  140. [debug]
  141. [debug] -keepclassmembers class **.R$* {
  142. [debug] public static <fields>;
  143. [debug] }
  144. [debug]
  145. [debug] # The support library contains references to newer platform versions.
  146. [debug] # Don't warn about those in case this app is linking against an older
  147. [debug] # platform version. We know about them, and they are safe.
  148. [debug] -dontwarn android.support.**
  149. [debug]
  150. [debug] # Understand the @Keep support annotation.
  151. [debug] -keep class android.support.annotation.Keep
  152. [debug]
  153. [debug] -keep @android.support.annotation.Keep class * {*;}
  154. [debug]
  155. [debug] -keepclasseswithmembers class * {
  156. [debug] @android.support.annotation.Keep <methods>;
  157. [debug] }
  158. [debug]
  159. [debug] -keepclasseswithmembers class * {
  160. [debug] @android.support.annotation.Keep <fields>;
  161. [debug] }
  162. [debug]
  163. [debug] -keepclasseswithmembers class * {
  164. [debug] @android.support.annotation.Keep <init>(...);
  165. [debug] }
  166. [debug] # view res/layout/fragment_position_generator_editor.xml #generated:1
  167. [debug] -keep class android.support.constraint.ConstraintLayout { <init>(...); }
  168. [debug]
  169. [debug] # view res/layout/design_bottom_navigation_item.xml #generated:26
  170. [debug] -keep class android.support.design.internal.BaselineLayout { <init>(...); }
  171. [debug]
  172. [debug] # view res/layout/design_navigation_item.xml #generated:17
  173. [debug] -keep class android.support.design.internal.NavigationMenuItemView { <init>(...); }
  174. [debug]
  175. [debug] # view res/layout/design_navigation_menu.xml #generated:17
  176. [debug] -keep class android.support.design.internal.NavigationMenuView { <init>(...); }
  177. [debug]
  178. [debug] # view res/layout/design_layout_snackbar_include.xml #generated:18
  179. [debug] -keep class android.support.design.internal.SnackbarContentLayout { <init>(...); }
  180. [debug]
  181. [debug] # view res/layout/activity_position_generator_editor.xml #generated:11
  182. [debug] -keep class android.support.design.widget.AppBarLayout { <init>(...); }
  183. [debug]
  184. [debug] # view res/layout/design_text_input_password_icon.xml #generated:18
  185. [debug] -keep class android.support.design.widget.CheckableImageButton { <init>(...); }
  186. [debug]
  187. [debug] # view res/layout/activity_position_generator_editor.xml #generated:2
  188. [debug] # view res/layout/design_bottom_sheet_dialog.xml #generated:26
  189. [debug] -keep class android.support.design.widget.CoordinatorLayout { <init>(...); }
  190. [debug]
  191. [debug] # view res/layout/activity_position_generator_editor.xml #generated:62
  192. [debug] # view res/layout/fragment_exercise_chooser_custom.xml #generated:15
  193. [debug] -keep class android.support.design.widget.FloatingActionButton { <init>(...); }
  194. [debug]
  195. [debug] # view res/layout/design_layout_snackbar.xml #generated:18
  196. [debug] # view sw600dp-v13/res/layout-sw600dp-v13/design_layout_snackbar.xml #generated:18
  197. [debug] -keep class android.support.design.widget.Snackbar$SnackbarLayout { <init>(...); }
  198. [debug]
  199. [debug] # view res/layout/activity_position_generator_editor.xml #generated:35
  200. [debug] # view res/layout/activity_position_generator_editor.xml #generated:41
  201. [debug] # view res/layout/activity_position_generator_editor.xml #generated:47
  202. [debug] -keep class android.support.design.widget.TabItem { <init>(...); }
  203. [debug]
  204. [debug] # view res/layout/activity_position_generator_editor.xml #generated:30
  205. [debug] -keep class android.support.design.widget.TabLayout { <init>(...); }
  206. [debug]
  207. [debug] # view res/layout/activity_exercise_chooser.xml #generated:2
  208. [debug] # view res/layout/activity_position_generator_editor.xml #generated:56
  209. [debug] -keep class android.support.v4.view.ViewPager { <init>(...); }
  210. [debug]
  211. [debug] # view res/layout/abc_alert_dialog_material.xml #generated:41
  212. [debug] -keep class android.support.v4.widget.NestedScrollView { <init>(...); }
  213. [debug]
  214. [debug] # view res/layout/abc_alert_dialog_button_bar_material.xml #generated:43
  215. [debug] # view res/layout/abc_alert_dialog_material.xml #generated:52
  216. [debug] # view res/layout/abc_alert_dialog_material.xml #generated:66
  217. [debug] # view res/layout/abc_alert_dialog_title_material.xml #generated:56
  218. [debug] -keep class android.support.v4.widget.Space { <init>(...); }
  219. [debug]
  220. [debug] # view res/layout/abc_select_dialog_material.xml #generated:23
  221. [debug] -keep class android.support.v7.app.AlertController$RecycleListView { <init>(...); }
  222. [debug]
  223. [debug] # view res/layout/abc_action_menu_item_layout.xml #generated:17
  224. [debug] -keep class android.support.v7.view.menu.ActionMenuItemView { <init>(...); }
  225. [debug]
  226. [debug] # view res/layout/abc_expanded_menu_layout.xml #generated:17
  227. [debug] -keep class android.support.v7.view.menu.ExpandedMenuView { <init>(...); }
  228. [debug]
  229. [debug] # view res/layout/abc_list_menu_item_layout.xml #generated:17
  230. [debug] # view res/layout/abc_popup_menu_item_layout.xml #generated:17
  231. [debug] -keep class android.support.v7.view.menu.ListMenuItemView { <init>(...); }
  232. [debug]
  233. [debug] # view res/layout/abc_screen_toolbar.xml #generated:27
  234. [debug] # view v26/res/layout-v26/abc_screen_toolbar.xml #generated:27
  235. [debug] -keep class android.support.v7.widget.ActionBarContainer { <init>(...); }
  236. [debug]
  237. [debug] # view res/layout/abc_action_mode_bar.xml #generated:19
  238. [debug] # view res/layout/abc_screen_toolbar.xml #generated:43
  239. [debug] # view v26/res/layout-v26/abc_screen_toolbar.xml #generated:44
  240. [debug] -keep class android.support.v7.widget.ActionBarContextView { <init>(...); }
  241. [debug]
  242. [debug] # view res/layout/abc_screen_toolbar.xml #generated:17
  243. [debug] # view v26/res/layout-v26/abc_screen_toolbar.xml #generated:17
  244. [debug] -keep class android.support.v7.widget.ActionBarOverlayLayout { <init>(...); }
  245. [debug]
  246. [debug] # view res/layout/abc_action_menu_layout.xml #generated:17
  247. [debug] -keep class android.support.v7.widget.ActionMenuView { <init>(...); }
  248. [debug]
  249. [debug] # view res/layout/abc_activity_chooser_view.xml #generated:19
  250. [debug] -keep class android.support.v7.widget.ActivityChooserView$InnerLayout { <init>(...); }
  251. [debug]
  252. [debug] # view res/layout/abc_alert_dialog_material.xml #generated:18
  253. [debug] -keep class android.support.v7.widget.AlertDialogLayout { <init>(...); }
  254. [debug]
  255. [debug] # view res/layout/abc_alert_dialog_button_bar_material.xml #generated:26
  256. [debug] -keep class android.support.v7.widget.ButtonBarLayout { <init>(...); }
  257. [debug]
  258. [debug] # view res/layout/abc_screen_content_include.xml #generated:19
  259. [debug] -keep class android.support.v7.widget.ContentFrameLayout { <init>(...); }
  260. [debug]
  261. [debug] # view res/layout/abc_alert_dialog_title_material.xml #generated:45
  262. [debug] -keep class android.support.v7.widget.DialogTitle { <init>(...); }
  263. [debug]
  264. [debug] # view res/layout/abc_screen_simple_overlay_action_mode.xml #generated:23
  265. [debug] -keep class android.support.v7.widget.FitWindowsFrameLayout { <init>(...); }
  266. [debug]
  267. [debug] # view res/layout/abc_dialog_title_material.xml #generated:22
  268. [debug] # view res/layout/abc_screen_simple.xml #generated:17
  269. [debug] -keep class android.support.v7.widget.FitWindowsLinearLayout { <init>(...); }
  270. [debug]
  271. [debug] # view land/res/layout-land/activity_playing.xml #generated:84
  272. [debug] # view res/layout/activity_playing.xml #generated:88
  273. [debug] # view res/layout/fragment_exercise_chooser_custom.xml #generated:9
  274. [debug] # view res/layout/fragment_exercise_chooser_predefined.xml #generated:9
  275. [debug] -keep class android.support.v7.widget.RecyclerView { <init>(...); }
  276. [debug]
  277. [debug] # view res/layout/abc_search_view.xml #generated:75
  278. [debug] -keep class android.support.v7.widget.SearchView$SearchAutoComplete { <init>(...); }
  279. [debug]
  280. [debug] # view res/layout/abc_screen_toolbar.xml #generated:36
  281. [debug] # view res/layout/activity_position_generator_editor.xml #generated:18
  282. [debug] # view v26/res/layout-v26/abc_screen_toolbar.xml #generated:37
  283. [debug] -keep class android.support.v7.widget.Toolbar { <init>(...); }
  284. [debug]
  285. [debug] # view res/layout/abc_screen_simple.xml #generated:25
  286. [debug] # view res/layout/abc_screen_simple_overlay_action_mode.xml #generated:32
  287. [debug] -keep class android.support.v7.widget.ViewStubCompat { <init>(...); }
  288. [debug]
  289. [debug] # view AndroidManifest.xml #generated:18
  290. [debug] -keep class com.loloof64.android.basicchessendgamestrainer.ExerciseChooserActivity { <init>(...); }
  291. [debug]
  292. [debug] # view AndroidManifest.xml #generated:30
  293. [debug] -keep class com.loloof64.android.basicchessendgamestrainer.HelpActivity { <init>(...); }
  294. [debug]
  295. [debug] # view AndroidManifest.xml #generated:11
  296. [debug] -keep class com.loloof64.android.basicchessendgamestrainer.MyApplication { <init>(...); }
  297. [debug]
  298. [debug] # view AndroidManifest.xml #generated:27
  299. [debug] -keep class com.loloof64.android.basicchessendgamestrainer.PlayingActivity { <init>(...); }
  300. [debug]
  301. [debug] # view AndroidManifest.xml #generated:31
  302. [debug] -keep class com.loloof64.android.basicchessendgamestrainer.PositionGeneratorEditorActivity { <init>(...); }
  303. [debug]
  304. [debug] # view land/res/layout-land/activity_playing.xml #generated:10
  305. [debug] # view res/layout/activity_playing.xml #generated:10
  306. [debug] -keep class com.loloof64.android.basicchessendgamestrainer.playing_activity.PlayableAgainstComputerBoardComponent { <init>(...); }
  307. [debug]
  308. [debug] -keepattributes *Annotation*
  309. [debug]
  310. [debug] -keepclassmembers enum android.arch.lifecycle.Lifecycle$Event {
  311. [debug] <fields>;
  312. [debug] }
  313. [debug]
  314. [debug] -keep class * implements android.arch.lifecycle.LifecycleObserver {
  315. [debug] }
  316. [debug]
  317. [debug] -keep class * implements android.arch.lifecycle.GeneratedAdapter {
  318. [debug] <init>(...);
  319. [debug] }
  320. [debug]
  321. [debug] -keepclassmembers class ** {
  322. [debug] @android.arch.lifecycle.OnLifecycleEvent *;
  323. [debug] }
  324. [debug] # Copyright (C) 2016 The Android Open Source Project
  325. [debug] #
  326. [debug] # Licensed under the Apache License, Version 2.0 (the "License");
  327. [debug] # you may not use this file except in compliance with the License.
  328. [debug] # You may obtain a copy of the License at
  329. [debug] #
  330. [debug] # http://www.apache.org/licenses/LICENSE-2.0
  331. [debug] #
  332. [debug] # Unless required by applicable law or agreed to in writing, software
  333. [debug] # distributed under the License is distributed on an "AS IS" BASIS,
  334. [debug] # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  335. [debug] # See the License for the specific language governing permissions and
  336. [debug] # limitations under the License.
  337. [debug]
  338. [debug] # Make sure we keep annotations for ViewPager's DecorView
  339. [debug] -keepattributes *Annotation*
  340. [debug] # Copyright (C) 2016 The Android Open Source Project
  341. [debug] #
  342. [debug] # Licensed under the Apache License, Version 2.0 (the "License");
  343. [debug] # you may not use this file except in compliance with the License.
  344. [debug] # You may obtain a copy of the License at
  345. [debug] #
  346. [debug] # http://www.apache.org/licenses/LICENSE-2.0
  347. [debug] #
  348. [debug] # Unless required by applicable law or agreed to in writing, software
  349. [debug] # distributed under the License is distributed on an "AS IS" BASIS,
  350. [debug] # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  351. [debug] # See the License for the specific language governing permissions and
  352. [debug] # limitations under the License.
  353. [debug]
  354. [debug] # keep setters in VectorDrawables so that animations can still work.
  355. [debug] -keepclassmembers class android.support.graphics.drawable.VectorDrawableCompat$* {
  356. [debug] void set*(***);
  357. [debug] *** get*();
  358. [debug] }
  359. [debug] # Copyright (C) 2015 The Android Open Source Project
  360. [debug] #
  361. [debug] # Licensed under the Apache License, Version 2.0 (the "License");
  362. [debug] # you may not use this file except in compliance with the License.
  363. [debug] # You may obtain a copy of the License at
  364. [debug] #
  365. [debug] # http://www.apache.org/licenses/LICENSE-2.0
  366. [debug] #
  367. [debug] # Unless required by applicable law or agreed to in writing, software
  368. [debug] # distributed under the License is distributed on an "AS IS" BASIS,
  369. [debug] # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  370. [debug] # See the License for the specific language governing permissions and
  371. [debug] # limitations under the License.
  372. [debug]
  373. [debug] # CoordinatorLayout resolves the behaviors of its child components with reflection.
  374. [debug] -keep public class * extends android.support.design.widget.CoordinatorLayout$Behavior {
  375. [debug] public <init>(android.content.Context, android.util.AttributeSet);
  376. [debug] public <init>();
  377. [debug] }
  378. [debug]
  379. [debug] # Make sure we keep annotations for CoordinatorLayout's DefaultBehavior
  380. [debug] -keepattributes *Annotation*
  381. [debug] # Copyright (C) 2017 The Android Open Source Project
  382. [debug] #
  383. [debug] # Licensed under the Apache License, Version 2.0 (the "License");
  384. [debug] # you may not use this file except in compliance with the License.
  385. [debug] # You may obtain a copy of the License at
  386. [debug] #
  387. [debug] # http://www.apache.org/licenses/LICENSE-2.0
  388. [debug] #
  389. [debug] # Unless required by applicable law or agreed to in writing, software
  390. [debug] # distributed under the License is distributed on an "AS IS" BASIS,
  391. [debug] # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  392. [debug] # See the License for the specific language governing permissions and
  393. [debug] # limitations under the License.
  394. [debug]
  395. [debug] # Prevent Parcelable objects from being removed or renamed.
  396. [debug] -keep class android.support.v4.media.** implements android.os.Parcelable {
  397. [debug] public static final android.os.Parcelable$Creator *;
  398. [debug] }
  399. [debug] # Copyright (C) 2015 The Android Open Source Project
  400. [debug] #
  401. [debug] # Licensed under the Apache License, Version 2.0 (the "License");
  402. [debug] # you may not use this file except in compliance with the License.
  403. [debug] # You may obtain a copy of the License at
  404. [debug] #
  405. [debug] # http://www.apache.org/licenses/LICENSE-2.0
  406. [debug] #
  407. [debug] # Unless required by applicable law or agreed to in writing, software
  408. [debug] # distributed under the License is distributed on an "AS IS" BASIS,
  409. [debug] # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  410. [debug] # See the License for the specific language governing permissions and
  411. [debug] # limitations under the License.
  412. [debug]
  413. [debug] # When layoutManager xml attribute is used, RecyclerView inflates
  414. [debug] #LayoutManagers' constructors using reflection.
  415. [debug] -keep public class * extends android.support.v7.widget.RecyclerView$LayoutManager {
  416. [debug] public <init>(...);
  417. [debug] }
  418. [debug] # Copyright (C) 2017 The Android Open Source Project
  419. [debug] #
  420. [debug] # Licensed under the Apache License, Version 2.0 (the "License");
  421. [debug] # you may not use this file except in compliance with the License.
  422. [debug] # You may obtain a copy of the License at
  423. [debug] #
  424. [debug] # http://www.apache.org/licenses/LICENSE-2.0
  425. [debug] #
  426. [debug] # Unless required by applicable law or agreed to in writing, software
  427. [debug] # distributed under the License is distributed on an "AS IS" BASIS,
  428. [debug] # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  429. [debug] # See the License for the specific language governing permissions and
  430. [debug] # limitations under the License.
  431. [debug]
  432. [debug] # FragmentTransitionSupport is instantiated in support-fragment via reflection.
  433. [debug] -keep public class android.support.transition.FragmentTransitionSupport {
  434. [debug] }
  435. [debug]
  436. [debug] # Keep a field in transition that is used to keep a reference to weakly-referenced object
  437. [debug] -keepclassmembers class android.support.transition.ChangeBounds$* extends android.animation.AnimatorListenerAdapter {
  438. [debug] android.support.transition.ChangeBounds$ViewBounds mViewBounds;
  439. [debug] }
  440. [debug] -libraryjars "/home/laurent-bernabe/Android/Sdk/platforms/android-27/android.jar"
  441. [debug] -printmapping "/home/laurent-bernabe/Documents/Programmation/ProjetsPersos/ScalaAndroid/BasicChessEndgames/target/android/intermediates/proguard/mappings.txt"
  442. [debug] -injars "/home/laurent-bernabe/.android/sbt/exploded-aars/com.android.support-appcompat-v7-27.0.2/classes.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.android/sbt/exploded-aars/com.android.support-support-core-utils-27.0.2/classes.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.android/sbt/exploded-aars/com.android.support-support-compat-27.0.2/classes.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.android/sbt/exploded-aars/android.arch.lifecycle-runtime-1.0.3/classes.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.android/sbt/exploded-aars/com.android.support-support-fragment-27.0.2/classes.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.android/sbt/exploded-aars/com.android.support-support-core-ui-27.0.2/classes.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.android/sbt/exploded-aars/com.android.support-support-vector-drawable-27.0.2/classes.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.android/sbt/exploded-aars/com.android.support-animated-vector-drawable-27.0.2/classes.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.android/sbt/exploded-aars/com.android.support-design-27.0.2/classes.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.android/sbt/exploded-aars/com.android.support-support-v4-27.0.2/classes.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.android/sbt/exploded-aars/com.android.support-support-media-compat-27.0.2/classes.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.android/sbt/exploded-aars/com.android.support-recyclerview-v7-27.0.2/classes.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.android/sbt/exploded-aars/com.android.support-transition-27.0.2/classes.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.android/sbt/exploded-aars/com.android.support.constraint-constraint-layout-1.1.0-beta4/classes.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/org.scala-lang/scala-library/jars/scala-library-2.11.12.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/com.android.support/support-annotations/jars/support-annotations-27.0.2.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/android.arch.lifecycle/common/jars/common-1.0.3.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/android.arch.core/common/jars/common-1.0.0.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/com.android.support.constraint/constraint-layout-solver/jars/constraint-layout-solver-1.1.0-beta4.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/com.github.loloof64/chesslib/jars/chesslib-master.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/com.github.ghik/silencer-lib_2.11/jars/silencer-lib_2.11-0.6.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/org.scalameta/scalameta_2.11/jars/scalameta_2.11-2.1.2.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/org.scalameta/common_2.11/jars/common_2.11-2.1.2.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/org.scalameta/dialects_2.11/jars/dialects_2.11-2.1.2.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/org.scalameta/parsers_2.11/jars/parsers_2.11-2.1.2.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/org.scalameta/inputs_2.11/jars/inputs_2.11-2.1.2.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/org.scalameta/langmeta_2.11/jars/langmeta_2.11-2.1.2.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/com.trueaccord.scalapb/scalapb-runtime_2.11/jars/scalapb-runtime_2.11-0.6.2.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/com.trueaccord.lenses/lenses_2.11/jars/lenses_2.11-0.4.12.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/com.google.protobuf/protobuf-java/bundles/protobuf-java-3.3.1.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/org.scalameta/io_2.11/jars/io_2.11-2.1.2.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/org.scalameta/tokens_2.11/jars/tokens_2.11-2.1.2.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/org.scalameta/tokenizers_2.11/jars/tokenizers_2.11-2.1.2.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/com.lihaoyi/fastparse_2.11/jars/fastparse_2.11-0.4.4.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/com.lihaoyi/fastparse-utils_2.11/jars/fastparse-utils_2.11-0.4.4.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/com.lihaoyi/sourcecode_2.11/bundles/sourcecode_2.11-0.1.4.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/org.scalameta/trees_2.11/jars/trees_2.11-2.1.2.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/org.scalameta/quasiquotes_2.11/jars/quasiquotes_2.11-2.1.2.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/org.scalameta/transversers_2.11/jars/transversers_2.11-2.1.2.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/.ivy2/cache/org.scalameta/semanticdb_2.11/jars/semanticdb_2.11-2.1.2.jar"(!META-INF/**,!rootdoc.txt):"/home/laurent-bernabe/Documents/Programmation/ProjetsPersos/ScalaAndroid/BasicChessEndgames/target/android/intermediates/classes.jar"(!META-INF/**,!rootdoc.txt)
  443. [debug] -outjars "/home/laurent-bernabe/Documents/Programmation/ProjetsPersos/ScalaAndroid/BasicChessEndgames/target/android/intermediates/proguard/classes.proguard.jar"
  444. java.io.IOException: Please correct the above warnings first.
  445. at proguard.Initializer.execute(Initializer.java:473)
  446. at proguard.ProGuard.initialize(ProGuard.java:222)
  447. at proguard.ProGuard.execute(ProGuard.java:97)
  448. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  449. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  450. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  451. at java.lang.reflect.Method.invoke(Method.java:498)
  452. at android.Proguard$.runProguard(proguard.scala:210)
  453. at android.Proguard$.proguard(proguard.scala:164)
  454. at android.Tasks$$anonfun$86.apply(tasks.scala:1064)
  455. at android.Tasks$$anonfun$86.apply(tasks.scala:1062)
  456. at scala.Function9$$anonfun$tupled$1.apply(Function9.scala:35)
  457. at scala.Function9$$anonfun$tupled$1.apply(Function9.scala:34)
  458. at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
  459. at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:40)
  460. at sbt.std.Transform$$anon$4.work(System.scala:63)
  461. at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:228)
  462. at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:228)
  463. at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:17)
  464. at sbt.Execute.work(Execute.scala:237)
  465. at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:228)
  466. at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:228)
  467. at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:159)
  468. at sbt.CompletionService$$anon$2.call(CompletionService.scala:28)
  469. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  470. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  471. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  472. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  473. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  474. at java.lang.Thread.run(Thread.java:748)
  475. [error] (android:proguard) java.io.IOException: Please correct the above warnings first.
  476. [IJ]>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement