应用程序已经部署。无需重新安装 [英] Application already deployed. No need to reinstall

查看:110
本文介绍了应用程序已经部署。无需重新安装的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在模拟器着运行的应用程序,无论是设备本身

cant run application on emulator neither on the device itself

它说当我在Android设备上运行它的应用程序已经部署,无需重新安装。

it says when i run it on android device that "Application already deployed. No need to reinstall."

当我不能即使发现手机上的应用程序项目

when i cant even find the project app on the phone

推荐答案

有我的清单文件有问题,

There was a Problem in my Manifest File,

 <activity android:name=".Main"
                  android:label="@string/app_name">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter> 
        </activity>

在四号线,我输入action.MAIN为action.Main

on 4th Line, i typed action.MAIN as action.Main

所以没有活性启动时,应用程序部署在设备上,

so no activity was launching when application was deployed on device,

感谢您的回答反正:)

这篇关于应用程序已经部署。无需重新安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆