Nishant Shah

Results 3 issues of Nishant Shah

I'm using android studio 1.0.2. It is not showing android icon option inside other-> my extracted file paths as follows, android-studio-ide-135.1538390-windows\android-studio\plugins\android\lib\templates\other\Androidicons\root\assets other\Androidicons\root\source. other\Androidicons\root\iconfont.

Need info. Thanks

Tried following code -keep public class com.iainconnor.objectcache.**{*;} -keep public interface com.iainconnor.objectcache.**{_;} -keep public enum com.iainconnor.objectcache.__{_;} -keepattributes ElementList, Root -keepclassmembers class com.iainconnor.objectcache.CacheManager{ _; } -keepclassmembers class com.iainconnor.objectcache.DiskCache{ *; } -keepclassmembers class...