Spinner 使用的使用 报错:ArrayAdapter requires the resource ID to be a TextView 的问题

是修改layout的最外成不是使用TextView 导致的

比如整个布局使用TextView 作为最外成就好了

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="match_parent"android:layout_height="match_parent"android:textColor="@color/colorAccent"android:textSize="20sp" />

Spinner 使用的使用 报错:ArrayAdapter requires the resource ID to be a TextView相关推荐

  1. 如何解决ArrayAdapter requires the resource ID to be a TextView

    今天碰到这样一个难题,搞了很久都没搞定,到网上搜索了一下,发现有很多人都在问这样的问题,现在将自己解决和分析的结果放置如下: 在ArrayAdapter()这个类中有多个构造方法,我仅据此列以作代表: ...

  2. ArrayAdapter requires the resource ID to be a TextView

    这个是使用ListView 的ArrayAdapter 加载自定义布局的时候跟布局没有使用TextView 引起的,处理方法就是跟布局换成TextView 如下 <?xml version=&q ...

  3. phpmyadmin登录报错crypt_random_string requires at least one symmetric cipher be loaded 解决方法

    phpmyadmin登录报错crypt_random_string requires at least one symmetric cipher be loaded 解决方法 参考文章: (1)php ...

  4. Unity 常见问题 之 NDK (ndk)报错 Unity requires NDK r19 (64-bit)(19.0.05232133)

    Unity 常见问题 之 NDK (ndk)报错 Unity requires NDK r19 (64-bit)(19.0.05232133) 目录 Unity 常见问题 之 NDK (ndk)报错 ...

  5. Qt 6.2 报错“Qt requires a C++17 compiler...”的解决方法

    问题 Qt 6.2 + VS2019 环境编译,报错 "Qt requires a C++17 compiler, and a suitable value for __cplusplus. ...

  6. Mybatis报错Could not find resource mybatis.xml

    Mybatis报错Could not find resource mybatis.xml 初习Mybatis遇到找不到资源问题 第一种情况 解决方法 第二种情况 初习Mybatis遇到找不到资源问题 ...

  7. 解决IDEA报错:Could not find resource mybatis-config.xml

    解决IDEA报错:Could not find resource mybatis-config.xml 在做基于maven工程的Java web开发的时候,IDEA爆这个错,这里分享我的解决方法. 1 ...

  8. springboot报错:class path resource cannot be opened because it does not exits

    问题描述:springboot报错:在使用@PropertySource注解读取properties文件时,报错:class path resource cannot be opened becaus ...

  9. idea 报错Could not find resource mybatis-config.xml

    问题描述:关闭项目再打开,运行test单元测试报错Could not find resource mybatis-config.xml 解决方法: 在project structure里将,对应项目的 ...

最新文章

  1. substr()函数——mysql:截取字符串子串
  2. iPhone为什么关机后仍可定位?“永远在线”处理器断电时也能启动Find My
  3. VTK:图片之ImageFFT
  4. YBTOJ:染颜色(KDtree)
  5. 8. Action过滤
  6. java设置表格列不可修改_Java DefaultTableModel使单元格不可编辑JTable
  7. CWE 4.3:强化你的数据自我保护能力
  8. configure: error: no usable zlib; please install zlib devel package or equivalent m
  9. android跳转界面的方法有多少,Android跳转WIFI界面的四种方式
  10. 计算机文化基础实验教程第十一版课后答案,计算机文化基础实验指导及习题解答...
  11. 怎么用电脑设置让wifi变快
  12. elementUI中table的表头设置提示tooltips
  13. LeetCode - Pascal's Trangle
  14. Android 之集成GMS 包
  15. 职场小记-宜信大数据团队
  16. 宝马将自动驾驶和打车服务结合,最快明年在德国上路
  17. 操作系统中的页表的结构
  18. 附件一:202x年xxx攻防演习授权委托书
  19. CXF框架的使用,利用cxf开发webservice(六)
  20. 在MyBatis中使用log4j

热门文章

  1. 10任务栏全屏时老是弹出_Deepin 15.10 发布,深度操作系统
  2. 2022-2028年中国氯磺化聚乙烯橡胶行业市场深度分析及未来趋势预测报告
  3. 2022-2028年中国AKD施胶剂行业市场研究及前瞻分析报告
  4. hadoop,spark,scala,flink 大数据分布式系统汇总
  5. LeetCode简单题之猜数字大小
  6. LLVM Backend技术
  7. 基于ARMv8的固件系统体系结构
  8. 2021年大数据Spark(三十五):SparkStreaming数据抽象 DStream
  9. n个素数构成等差数列
  10. python sys.argv[] 的作用