zhengfei
Results
2
issues of
zhengfei
If GIF images are present in sdcard, they are not displayed
按照配置,提示找不到库 Error:Could not find com.github.open-android:ShoppingCartAddSubtract:0.1.0. Required by: project :app Search in build.gradle files 这是我app的gradle allprojects { repositories { jcenter() maven {url "https://jitpack.io"} mavenCentral() mavenLocal() flatDir{ dirs 'libs' } } }...