Can't run FlexUnit test on android device (run gets stuck on 57%) - apache-flex

I have a problem with running FlexUnit test (and application in debug mode) on android device.
All fine if I use run project -> export release build and manually send apk to device.
But if I try to run FlexUnit test, the process gets stuck exactly on 57%. If there is no Adobe AIR on my device, Flash Builder tries to install AIR. If AIR is installed on a device, Builder tries to install test application.
But in both cases process gets stuck on 57% without any error.
I've tried to clean project, change workspace, restart my computer, install on different devices and emulators - no luck.
Can you guys advise something?
Some technical details:
FlashBuilder 4.6
Apache Flex 4.15.0
AIR 24.0
AIR on android device 24.0.0.180
Android 6.0, 5.0, 4.4.2

Related

Can we build Gluon Mobile for Android (APK) from Windows without installing Linux?

From gluon documentation it say that
Currently, Android can be built only on Linux OS (or from Windows WSL2).
but if I run this gluon sample that use gradle, I can run this sample on my android device and able to build the APK.
The problem when I build the project from scrath using gluon plugin that integrated with IDE, I'm not able to run the sample on my device without changing any generated code. I already try gradle or maven as build tool.
For now, it's not possible to build an Android package (APK) from Windows. But we can use WSL (Windows Subsystem for Linux) and run all the commands from the Linux command. You can get WSL from
Microsoft Store and it's really easy to install. So we can code and run on Windows to see the output of the app and use Linux ONLY when we want to deploy on Android.

A deployment error in Xamarin.Forms UWP when deploying from a PC to itself

When I just installed a Visual Studio 2017 and created my Xamarin.Forms application, it ran fine on my Windows 10 PC. However, I then installed some apps from Steam (which is the only thing I can think of that could change system settings). After that, when I try to create another Xamarin.Forms project, it does not deploy well to my machine and gives the following error:
DEP6200: Bootstrapping failed. Device cannot be found.
SmartDeviceException - Deployment failed because no
device was detected. Make sure a device is connected
and powered on. [0x80131500]
Strangely enough, my first app continues to build and run fine, even if I uninstall it from Windows and then deploy it again.
What could be the issue?
I have just noticed that Visual Studio makes ARM the default architecture. Changing it to "Any CPU" brought back the option to run the app on my machine.

Install UWP package on Windows 8.1 Pro without developers license

With Xamarin.Forms I'm developing a mobile app. In Android I get this succesfully running on a device. I succeeded to create an app package from the UWP project and install it on my own Windows 10 PC. This is also my developing machine, so it's in Developer Mode by default. So it runs here without any problems.
My purpose is to get it running on Windows 8.1 Pro (tablet size). It just needs to consume the app. When installing the app by using the script, it's throwing the error that no developers license is found. On this device I didn't found anything to put it in Developers Mode, but it seems me that this is not needed, because it only consuming the app and no developing will take place on it.
It's is an internal app, so no need to place it on the Windows Store.
So my exact question: how can I install this app on this device without setting everything up for a Developer?
The answer would be no. Windows 10 has more new API and concepts that are not available on Windows 8.1. UWP app will not backward compatible to Windows 8.1. But WRT app will be Upward compatible to windows 10. It means that the windows 8 store app could run in windows 10. for more please refer Move from Windows Runtime 8.x to UWP.

Adobe Air - Blackberry app does not launch on device

I am using FlashBuilder 4.7 with the latest Blackberry OS Tablet SDK.
I installed the SDK and published my app (After going throug the signing process to make sure the app is signed).
When running the game on a blackberry simulator all is well.
BUT - When installing the app on the actual device (clicking on the icon) the application simply does not launch.
Any help will be much appreciated.
Koby.
Never publish at the AppWorld without trying at the device first.
Either try debugging on the BB10 device - using the Flash Builder and watch the logs:
Or build the release .bar file and install it to your BB10 device using the blackberry-deploy.bat -installApp .... -password .... or DDPBInstaller

Flash Builder 4.5.1 published android app does not run

Mobile application runs perfectly in the debug mode - I can test it on the device etc... The problem is with the release build - it simply does not run. When I manually install .apk I don't get any errors messages, simply a green check mark and "Application not installed" message. Any thoughts?
Running the latest version of air and Flash Builder 4.5.1
I'm not 100%, but if I remember correctly, you need to uninstall the old application before installing the new one because of a name collision. Try that.
I just ran into this problem and regenerating my p12 certificate fixed it.

Resources