简体   繁体   English

Flex 4.6移动应用安装

[英]Flex 4.6 Mobile App Install

I copied a tutorial like the simple Hello World App which I followed and created to try features on in Flex 4.6. 我复制了一个类似简单的Hello World App的教程,然后按照该教程创建并尝试在Flex 4.6中使用其功能。 It work it the emulator with the Flash Flex 4.6 software but when it cam to using / testing the simple App on a real phone there was a problem. 它可以与Flash Flex 4.6软件一起在模拟器上运行,但是当它在真实手机上使用/测试简单应用程序时出现问题。

it installed on the HTC Wildfire S but when it came to running the app, there was a error with the following. 它安装在HTC Wildfire S上,但在运行该应用程序时,以下内容出现错误。

"The application HelloWorld(process air.HelloWorld has stopped unexpectedly. Please try again" “应用程序HelloWorld(处理air.HelloWorld已意外停止。请重试。”

I am new to Flex but this error is making things harder, It seems this is a unknown error the code seem to be all correct I checked it with the tutorial. 我是Flex的新手,但是这个错误使事情变得更难了,看来这是一个未知错误,我在本教程中检查了代码,它们似乎都是正确的。

The HTC That I tested on has the following os 我测试过的HTC具有以下操作系统

Android version 2.3.5 Software number 2.13.206.1 Kernel version 2.6.35.10 Android版本2.3.5软件编号2.13.206.1内核版本2.6.35.10

Do you know any common reason for this error, the firmware is the latest 2.3.5 您知道此错误的任何常见原因吗,固件是最新的2.3.5

Thanks 谢谢

If i could i would just comment this, but anyways... 如果可以的话我会发表评论,但是无论如何...

I have few working Flex mobile apps which i tested on android devices. 我在Android设备上测试过的Flex移动应用程序很少。 Yesterday i only had my friends HTC sense 2.3.3 (which i didnt used before) available for testing. 昨天我只有我的朋友们HTCSense 2.3.3(我以前没有使用过)可以进行测试。 None of my working AIR apps did work on that phone. 我的所有AIR应用程序都无法在该手机上正常工作。 I am always using captive runtime. 我一直在使用俘虏运行时。 App size is usually around 10 mb apk, and 20 mb when installed (even small hello world app always have about 20mb when installed with captive runtime). 应用程序大小通常约为10 mb apk,安装后通常为20 mb(即使小型Hello World应用程序在自带运行时安装时也始终约为20 mb)。 Strange thing is, that apps on HTC sense had only 10 mb after being installed - so there was clearly some problem with deploying captive runtime... 奇怪的是,安装HTC的应用程序安装后仅10 mb-因此,部署自带运行时显然存在一些问题...

If your hello world works on flash builder simulator, then its probably some problem with device. 如果您的世界在Flash Builder模拟器上运行,则可能是设备存在问题。

You should try another devices. 您应该尝试其他设备。

You should also check, if your app size is around 20mb... 您还应该检查一下您的应用大小是否在20mb左右...

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

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