android studio error building apk
apk dosyası oluştuturken hata çıkyor.mesajda şöyle yazıyor:
Warning:Ignoring InnerClasses attribute for an anonymous inner class
(org.apache.commons.logging.LogFactory$2) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.
daha önce defaulthttpclient ,httppost cannot resolve symbol olduğu için jar dosyalarını libs dosyasına atmıştım.muhtemelen bununla ilgili ve bu jar dosyalarını yeniden derlemem gerekiyor ama nasıl yapmam gerektiğini bilmiyorum.teşekkürler.