在没有模拟器的情况下运行.apk文件或以全屏方式查看模拟器 [英] Running .apk files without emulator or viewing emulator in full screen

查看:501
本文介绍了在没有模拟器的情况下运行.apk文件或以全屏方式查看模拟器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我有一个在.net(这是LMS,学习管理系统)中制作的应用程序,现在有很多说明主题的Flash文件,由于android是免费提供的,因此我需要在我的应用程序中加载android .apk文件.
但是,由于搜索到的.apk文件仅在"Android模拟器"上运行,因此,如果可以的话,请告诉我如何在没有"Android Emulator"的情况下查看应用程序中的.apk文件...

否则,

如果可能的话,可以在全屏(屏幕尺寸)上查看"Android Emulator",以便我可以在应用程序上放置一个按钮,然后可以加载该模拟器并在"Android Emulator"中以全屏方式加载.apk文件. />
请帮助我解决这个问题

预先感谢,
问候,
Krunal Panchal

Hello everyone,

I have one application which is made in .net (which is LMS , learning management system) now there are many flash files which explains subject matter, now as android is freely available i need to load that android .apk files in my application..
But as searched .apk files run only on "Android Emulator", so if possible tell me how it is possible to view that .apk files in my application without "Android Emulator"...

OR ELSE

if possible "Android Emulator" could be viewed on fullscreen (Screen size),so that i could place a button on my application and which could load that emulator and load .apk files in "Android Emulator" but in full screen..

Please help me in solving this problem

Thanks in advance,
Regards,
Krunal Panchal

推荐答案

OK,我假设您正在使用Eclipse作为IDE.
我在哪里没有问题,但是在问题的每个部分中都有一些答案:
-调试时按alt +进入全屏显示状态
-将它添加到应用程序AndroidManifest.xml文件中,以确保应用程序可以在完整屏幕上运行:
< supports-screens>
android:smallScreens ="true"
android:normalScreens ="true"
android:largeScreens ="true"
android:anyDensity ="true"/>
-模拟器的所有选项-http://developer.android.com/guide/developing/tools/emulator.html
OK , i assume that you are using Eclipse as your IDE.
I don''t where is there problem but there some answers in each segment of the question:
- while debuging press alt+enter to have a full screen
- Add to the application AndroidManifest.xml file this, to assure that application can run in full screeen :
<supports-screens>
android:smallScreens="true"
android:normalScreens="true"
android:largeScreens="true"
android:anyDensity="true" />
- All options of the emulator - http://developer.android.com/guide/developing/tools/emulator.html


这篇关于在没有模拟器的情况下运行.apk文件或以全屏方式查看模拟器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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