英文:
Creation of a new Android application in Eclipse
问题
我有一个安装在Windows 10笔记本电脑上的Eclipse IDE 2020-09,配备了JDK 14.0.2。当我创建一个新的Android应用程序,即使在向导中使用默认的SDK值,完成按钮仍然保持禁用状态。此外,导入和运行Android应用程序时,与sun.misc.BASE64Encoder相关的操作失败。有谁知道出了什么问题吗?
英文:
I have Eclipse IDE 2020-09 on a Windows 10 laptop with JDK 14.0.2.
When I create a new Android application, even with the default SDK values in the wizard, the finish button remains disabled. Also the import and run of an Android app fails linked to sun.misc.BASE64Encoder. Does anyone know what is wrong?
答案1
得分: 1
Android Studio 是官方支持的 Android 开发集成开发环境(IDE)。使用它而不是 Eclipse 会让您的生活变得更加轻松。
英文:
Android Studio is the officially supported IDE for Android development. Using this instead of Eclipse will make your life a lot easier.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。


评论