android - ADT R22 - Proguard - Can't find referenced class -


for of latest adt update destroyed whole workspace. after hours of repairing projects able compile , run again. proguard not working anymore. tonnes of

can't find superclass or interface

can't find referenced class

the project trying compile using lot of library projects. didn't change in code why think there problem exports of corresponding library projects.

does has solution this?

i, too, frustrated problem after upgrading adt r22 in eclipse.

i noticed if created new project compile fine, proguard. after comparing differences between projects following became apparent: .classpath file bit different.

try following:

  1. right-click project , select "properties" @ bottom.
  2. select "java build path" on left hand side.
  3. select "order , export" tab.
  4. click select box "android private libraries" , ensure there tick in box
  5. press "ok"

your project should able exported , proguard should run correctly without errors.

this worked projects, work others too


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -