« android学习 - 问题1 - 项目名称:1-hello运行报错 时间:2024-3-2 17:40 作者:韩俊 分类: Android 一、 问题 Eclipse-ADT编写helloWorld程序,项目名称“1-hello”,运行报错“Installation failed due to invalid APK file!” 二、原因 项目名称不能以数字开头,只能以字母或下划线开头。 三、方案 “1-hello”---->改为---->"HelloWorld" 标签: android 上一篇Android学习 - Android图片变换处理 下一篇Android:Otto源码分析 热门推荐 1 android 样式的使用2 The source attachment does not contain the source for the file xxx class3 Android Fragment 真正的完全解析(上)4 彻底解决Android 应用方法数不能超过65K的问题5 个人applicationthread解惑6 AndroidSharedpreference数据共享7 Intent and Intent Filters8 android开发之仿微信输入框效果9 android Viewpager取消预加载及Fragment方法的学习10 Android的PopupWindow使用android学习之旅(四十三)