Project Name:
This is the Eclipse Project name — the name of the directory that will contain the project files.
Application Name:
This is the human-readable title for your application — the name that will appear on the Android device.
Package Name:
This is the package namespace (following the same rules as for packages in the Java programming language) that you want all your source code to reside under. This also sets the package name under which the stub Activity will be generated.
Your package name must be unique across all packages installed on the Android system; for this reason, it's very important to use a standard domain-style package for your applications. The example above uses the "com.example" namespace, which is a namespace reserved for example documentation — when you develop your own applications, you should use a namespace that's appropriate to your organization or entity.
Create Activity:
This is the name for the class stub that will be generated by the plugin. This will be a subclass of Android's Activity class. An Activity is simply a class that can run and do work. It can create a UI if it chooses, but it doesn't need to. As the checkbox suggests, this is optional, but an Activity is almost always used as the basis for an application.
Min SDK Version:
This value specifies the minimum API Level required by your application. If the API Level entered here matches the API Level provided by one of the available targets, then that Build Target will be automatically selected (in this case, entering "2" as the API Level will select the Android 1.1 target). With each new version of the Android system image and Android SDK, there have likely been additions or changes made to the APIs. When this occurs, a new API Level is assigned to the system image to regulate which applications are allowed to be run. If an application requires an API Level that is higher than the level supported by the device, then the application will not be installed.
分享到:
相关推荐
Basic4android 开发教程实用.pdf 本文档提供了 Basic4android 开发教程的实用指南,旨在帮助开发者快速上手 Basic4android 开发。该教程涵盖了从建立模拟器到生成第一个 Hello world 程序的整个过程。 一、建立...
在Android平台上进行编程,我们可以利用Basic语言的变种来实现,这种编程方式为开发者提供了一种更为简单易懂的语法,使得手机和平板设备的软件开发变得更加亲民。本篇文章将深入探讨Android系统上的Basic语言编程,...
Basic4android 是一个简单但功能强大的 Android 应用开发环境。Basic4android 语言跟 Visual Basic 语言类似,支持更多的对象。Basic4android 将代码编译成 Android 原生应用,无需其他运行环境的支持。该工具完全...
Basic4android(B4A)是一款基于Android的编程工具,它允许开发者使用简单的Basic语言进行Android应用开发。这款工具的核心理念是提供一个易于理解和使用的编程环境,使得即使是初学者也能快速上手。B4A 提供了丰富...
Basic4android 是一个简单但功能强大的 Android 应用开发环境。Basic4android 语言跟 Visual Basic 语言类似,支持更多的对象。Basic4android 将代码编译成 Android 原生应用,无需其他运行环境的支持。该工具完全...
《深入解析Android Camera2Basic-master源码》 在Android应用开发中,相机功能是一个不可或缺的部分。随着技术的发展,Android系统提供了Camera2 API,为开发者提供了更高级、更灵活的相机控制。本文将深入剖析...
Basic4android(B4A)是一款基于Java的编程工具,专为Android应用开发设计,它简化了编写Android应用程序的过程,使得初学者也能快速上手。在本项目中,“Basic4android串口程序”利用了SerialLibJab库文件,实现了...
BasicSamples - a set of basic samples, including a convenience library (BaseGameUtils): BaseGameUtils. Utilities used on all samples, which you can use in your projects too. This is not a stand-...
### Basic4Android新手指南 #### 一、Basic4Android简介 **Basic4Android**是一款专为Android设备设计的集成开发环境(IDE),它提供了一种简单而强大的方式来开发应用程序。该工具支持多种语言特性,其中语法类似...
Basic4android 是一个简单但功能强大的 Android 应用开发环境。Basic4android 语言跟 Visual Basic 予以类似,支持更多的对象。Basic4android 将代码编译成 Android 原生应用,无需其他运行环境的支持。这个就是2020...
【Basic4android】是一款强大的Android应用开发工具,它允许开发者使用简单易懂的Basic语言进行编程,极大地降低了Android开发的学习曲线。Basic4android(简称B4A)将经典的Basic编程语法与现代移动设备的功能相...
**基本4Android(Basic4Android,简称B4A)**是一种强大的编程工具,它允许开发者使用简化版的Basic语言来创建Android应用程序。标题中的“最新版本”指的是B4A的最新更新,通常会包含错误修复、性能提升以及新功能...
Basic4Android是一款基于Java语言的开发工具,专为Android应用开发设计。它简化了编程过程,使得开发者可以使用更简单的语法来创建复杂的Android应用程序。"最新类库"指的是Basic4Android提供的最新版本的库文件,...
Basic4android(简称B4A)是一个简单然而功能非常强大的Android应用开发环境。Basic4android语言类似于Visual Basic语言,支持更多的对象。Basic4android将代码编译成Android原生(native)应用,无需其它运行环境的...
Basic4Android是一款专为Android平台设计的编程工具,它允许开发者使用一种简化版的Basic语言来开发Android应用程序。由于提供了丰富的组件和库,使得开发过程更为快捷和简便。以下是对文件中提到的各知识点的详细...
Basic4Android(简称B4A)是一款基于Java语言的Android应用程序开发工具,它允许开发者用简单易懂的Basic语言编写程序。在这个“Basic4Android蓝牙例程”中,我们可以探索如何利用B4A来实现蓝牙通信功能。蓝牙技术在...
Basic4Android是一个用于Android开发的软件,它允许用户使用类似BASIC的高级编程语言进行Android应用的开发。Basic4Android提供了一个强大的集成开发环境(IDE),具备代码编辑器、调试器、模拟器和编译器,允许...
Basic4android是一个强大的Android开发环境,允许开发者使用简单的Basic语言编写应用,而无需深入学习Java。 "Basic4android 手机屏幕PPI计算器源码"是一个基于Basic4android平台的项目,用于计算手机屏幕的PPI。这...
《Basic4Android启动手册》详尽解读 一、基本概览 标题:“Basic4Android启动手册” 描述:“Basic4Android启动手册,简单易懂的文档” 标签:“B4A” 二、初学者指南概览 《Basic4Android Beginner's Guide》是...
整合了basic4android整套需要的东西,当然,模拟平台软件还需要到网上另外下载。物超所值,下了你不后悔