博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Andorid的第一个例子HelloWorld
阅读量:4155 次
发布时间:2019-05-25

本文共 513 字,大约阅读时间需要 1 分钟。

    模拟器安装好之后,接下来开发Andorid的第一例子。操作过程如下:

1、新建一个Andorid工程

2、点击“Next”,输入应用名

3、点击“Next”,选择Android的版本。

4、点击“Next”,输入应用名称(显示在应用图标下方的名称)、包名(在Android应用中,报名作为应用的唯一标示)、Activity(窗口,也是应用的入口)、最小的SDK版本(如果不输入,代表可以在任意Android版本上运行),然后点击“Finish”。

5、编译之后,项目就创建出来了。

6、接下将项目部署到模拟器上,有两种方法:A、点击项目右键,选择“Run AS”-->"Android Application"。 B、通过SDK中的adb工具。在命令窗口下进入SDK的tools

目录,输入命令“adb install C:\XXX.apk”。

卸载应用,也有两种方式:A、通过模拟器上的应用管理器进行卸载。 B、通过SDK中的adb工具。在命令窗口下进入SDK的tools目录,输入命令“adb uninstall <应用的包名>”,例如“adb uninstall com.cooper.app”。

运行之后,显示如下界面

你可能感兴趣的文章
Groupwise Tracking of Crowded Similar-Appearance Targets from Low-Continuity Image Sequences
查看>>
CDTS: Collaborative Detection, Tracking, and Segmentation for Online Multiple Object Segmentation
查看>>
Deep Network Flow for Multi-Object Tracking
查看>>
Multiple People Tracking by Lifted Multicut and Person Re-identification
查看>>
Multi-Object Tracking with Quadruplet Convolutional Neural Networks
查看>>
关于多目标跟踪的一点理解
查看>>
Learning by tracking:Siamese CNN for robust target association
查看>>
MUSTer:Multi-Store Tracker:A Cognitive Psychology Inspired Approach to Object Tracking
查看>>
Understanding and Diagnosing Visual Tracking Systems
查看>>
Multiple People Tracking by Lifted Multicut and Person Re-identification
查看>>
Visual Tracking Using Attention-Modulated Disintegration and Integration
查看>>
Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning
查看>>
Multiple Object Tracking with High Performance Detection and Appearance Feature
查看>>
深度学习入门(上)-第一章 必备基础知识点
查看>>
ubuntu unzip解压时提示错误 解决方法
查看>>
sprintf函数的说明
查看>>
BOOST_TYPEOF和BOOST_AUTO 作用
查看>>
白化原理及Matlab实现
查看>>
随机森林概述
查看>>
互联网人才真的抢疯了,大家先冷静一下?
查看>>