简体   繁体   English

在Dropbox中找不到我的项目的.apk文件

[英]Couldn't find .apk file of my project in Dropbox

I uploaded my project folder to Dropbox then I opened it with my galaxy tab as these steps: 我将项目文件夹上传到Dropbox,然后使用“银河”选项卡将其打开,具体步骤如下:

Dropbox>>MyProject>>bin>>MyProject.apk 

Then I clicked on .apk file - it works, but when I updated my code then installed it again the .apk file is no longer there. 然后,我单击.apk文件-它可以工作,但是当我更新代码然后再次安装它时,.apk文件不再存在。

Can anyone help? 有人可以帮忙吗?

Actually when you compile your project as Android project then every time it create one .apk file. 实际上,当您将项目编译为Android项目时,则每次创建一个.apk文件。 Some time old one is replaced by new one but some time two or more .apk file is appended on the bin folder so in this case just delete the old .apk file & upload it on your tablet. 有些时候旧的.apk文件会被替换为新的.apk文件,有时又会在bin文件夹中附加两个或更多个.apk文件,因此在这种情况下,只需删除旧的.apk文件并将其上传到平板电脑即可。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM