"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Erro in the configuration Proguard

I'm trying to put the Vuforia in proguard settings and the error log is being presented:

 

Warning:com.qualcomm.ar.pl.ODGR7Controller: can't find referenced class com.osterhoutgroup.api.ext.ExtendDisplay Warning:com.qualcomm.ar.pl.ODGX6Controller: can't find referenced class com.ti.s3d.S3DView$Layout Warning:com.qualcomm.ar.pl.ODGX6Controller: can't find referenced class com.ti.s3d.S3DView$RenderMode Warning:com.qualcomm.ar.pl.ODGX6Controller: can't find referenced class com.ti.s3d.S3DView Warning:com.qualcomm.ar.pl.ODGX6Controller: can't find referenced class com.ti.s3d.S3DView$Layout Warning:com.qualcomm.ar.pl.ODGX6Controller: can't find referenced class com.ti.s3d.S3DView$RenderMode Warning:com.qualcomm.ar.pl.ODGX6Controller: can't find referenced class com.ti.s3d.S3DView$Layout Warning:com.qualcomm.ar.pl.ODGX6Controller: can't find referenced class com.ti.s3d.S3DView$RenderMode Warning:com.qualcomm.ar.pl.ODGX6Controller: can't find referenced class com.ti.s3d.S3DView Warning:there were 11 unresolved references to classes or interfaces. Warning:Exception while processing task java.io.IOException: Please correct the above warnings first. Error:Execution failed for task ':app:transformClassesAndResourcesWithProguardForDebug'. > java.io.IOException: Please correct the above warnings first.

 

My proguard:

#tests

#-keep class com.qualcomm.** { *; }

-keep class com.vuforia.** { *; } #-keep class com.qualcomm.ar.pl.** { *; } -keep class com.vuforia.ar.pl.** { *; } #-dontwarn class com.qualcomm.ar.pl.** { *; } #-dontwarn class com.vuforia.ar.pl.**

vsantiago

Mon, 08/22/2016 - 19:24

Can anyone help me with the problem I have? They can tell me how I can even properly configure Proguard with Vuforia for Android.