随笔分类 -  Error

Postman Could not get any response
摘要:在使用postman时遇到的小问题,记录一下:报错信息如下:Could not get any responseThere was an error connecting to https://xxxxxxxxxxxxx/uatservices/customer-ap... 阅读全文
posted @ 2019-04-28 19:10 香蕉你个博纳纳 阅读(9695) 评论(0) 推荐(1)
AS导入项目报错:Plugin with id 'com.android.application' not found.
摘要:从github或第三方Demo中获取的项目导入到AndroidStudio中报错Plugin with id 'com.android.application' not found.;今天导入一个讯飞的Demo看项目的目录明显不对,感觉少了个build.gradle;... 阅读全文
posted @ 2018-10-17 17:21 香蕉你个博纳纳 阅读(32444) 评论(0) 推荐(1)
Android APP打包错误,Could not resolve com.android.tools.lint:lint-gradle:26.1.2.
摘要:1、Please select the product flavors to build and sign 不专业的翻译一下(请选择产品的味道来制作和签名)什么鬼;选中Flavors中的选项即可;2、Could not resolve com.android.tool... 阅读全文
posted @ 2018-05-11 11:09 香蕉你个博纳纳 阅读(4039) 评论(0) 推荐(0)
Device supprts x86,armeabi-v7a,but APK only aupports armeabi;模拟机不能运行。
摘要:在真机可以运行,模拟机却不可以;这个是模拟机:修改:defaultConfig { ndk{ abiFilters "armeabi" }}为:defaultConfig { ndk{ abiFilters "armeab... 阅读全文
posted @ 2018-05-03 17:25 香蕉你个博纳纳 阅读(118) 评论(0) 推荐(0)
java.lang.UnsupportedOperationException
摘要:今天在删除集合中一个元素的时候报了一个这样的错误: java.lang.UnsupportedOperationException ... 阅读全文
posted @ 2018-05-02 17:17 香蕉你个博纳纳 阅读(530) 评论(0) 推荐(0)
Could not resolve all files for configuration;Andriod在build.gradle添加compile files()报错
摘要:在build.gradle中添加个compile files('libs/alipaySdk-20170922.jar')就一直报这个错误Error:Could not resolve all files for configuration ':app:debugAn... 阅读全文
posted @ 2018-03-15 18:10 香蕉你个博纳纳 阅读(3956) 评论(0) 推荐(0)