« 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 重写SimpleAdapter的getView以实现按钮点击响应2 【java的多态性】3 Android基础入门教程——1.7 界面原型设计4 mac上安装eclipse出现Version 1.6.0_65 of the JVM is not suitable for this produc5 Android媒体通知栏多系统适配怎么实现6 ScrollView嵌套ListView的解决方案7 android轻量级开源缓存框架——ASimpleCache(ACache)源码分析8 沉浸式状态栏技术方案及其中的一些坑9 Android 5.0 如何正确启用isLoggable(一)__使用详解10 Android 之Toast讲解-android学习之旅(一)