Android :: Can't Export Apk Files In Flash Builder

May 12, 2011

I'm developping a mobile application in Flash builder. So in Flash Builder Burrito , I was using the Flex Hero SDK 4.5.0 but they currently realesed the Flex4.5.0.20967.

I downloaded the zip file [URL]

I extracted it into a map on my C: drive. Then I opened my flash builder burrito. Added him by (Window>Flash Builder>Installed Flex SDK's. I his add and added my location.

This went very well. I changed my code with the new commands.

Next I wanted to test on my android phone but now my problem: I can't make any apk files anymore.

View 2 Replies


Similar Posts:


Flash :: Android - Playing SWF Files Locally From Android Webview

Feb 21, 2012

What is the right way to view .Swf files that plays .Flv videos in Android? The code that I am using right now to enable Flash support in web view is

[Code]....

For the HTML file, I'm using swfObject. The problem is that I can open up the SWF file just fine from third party apps like SWF Player from the market. In addition, I can load up the HTML page from the browser by calling it directly through file:///. However, when I load it up using my webview, I'm stuck with a blank screen.

View 1 Replies

Flash :: Export Builder App To Blackberry OS?

Mar 8, 2012

I am new to flash builder. I made an mobile app in Flash pro and it works fine on iOS/Android. I tried to export it to BB Playbook and I got a problem. I have all keys, certificates and software installed. I have read few tutorials about it, and I got an .swf in my project. It runs perfectly in simulator(Debug build). But when I build release build I get an empty .swf file inside the package. There is an .as file in the project with same name as .swf, which I guess is compiled to swf and replace it.[url]...

View 1 Replies

Flash :: Flex - Export Builder Project With Images?

Aug 23, 2010

I will not be hosting the .swf file and I would like to include images using Flash Builder 4. The images appear in a folder in the exported version and I'm not sure how to "embed" them into the .swf (so that I can deploy the file to sites like Kongregate, etc.)

Seems like it should be simple, but my Google fu is currently poor.

Edit: Note, I would like to continue using the Flex framework, which is what I am using now.

View 2 Replies

Flash :: Flex - Export Project In Builder 4 To An Ant Build?

Sep 30, 2010

I am developing a project with Flex, and I need to deploy my project in a form which can be used by developers who do not have access to Flash Builder. I've found references to plugins from Faratasystems, but it appears their sourceforge site is a little bit rusty. I could not find an up to date installation file that'd include FX2Ant plugin and work with my Flash Builder 4

View 1 Replies

Android :: Flash Builder Burrito Alternatives?

Apr 20, 2011

are there any alternatives for the Flash Builder Burrito IDE for mobile development based on the flash technology?

View 1 Replies

Flex :: Flash Builder 4.5.1 Published Android App Does Not Run

Sep 8, 2011

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

View 1 Replies

Flex :: Import / Export Syntax Coloring In Flash Builder?

Aug 22, 2010

Is there a way to import / export Syntax Coloring in Flash Builder? If not how hard would it be to build?

View 1 Replies

Eclipse :: Flash Builder Export Release Build Fails

May 10, 2011

I'm having an issue when trying to export the release build of my AIR application in Flash Builder 4.5. After choosing the key to sign the package and clicking finish to complete the export, it errors saying that "Error occurred while saving the project settings: "default" build target cannot be found for the selected project." I've included the error message output to the log in the .metadata folder.

!ENTRY com.adobe.flexbuilder.project 4 43 2011-05-10 15:56:11.432
!MESSAGE Failed to get build target settings: default
!STACK 0
java.lang.Exception

[Code].....

I have tried what J_A_X has recommended. Unfortunately none of those work. It seems to be a problem somewhere within the project settings. We have also tried running the export release build for this project on different machines with fresh installs of flash builder, but the same error message is produced every time. We've looked through so many settings it may come down to having to create a new project and copy all the code into the new application.

View 2 Replies

Android :: Flash Builder 4.5.1 No Output On Device Emulator

Jul 11, 2011

I installed the new version of FB 4.5.1 on a Win 7 x64 machine and tried the HelloWorld application, but I can't see any output on the Google Droid Pro emulator.

View 2 Replies

Flex :: Export App Including Database Files With Using Export Build Release Wizard?

Apr 1, 2011

When I try to export my application to native installer with using Export Build Release, it isn't importing my sqlite database files which are in my application directory. Is there a way that I can import those database files ?

View 1 Replies

Flex :: Flash - Builder 4 Does Not Show Export To Native Installer Option?

Aug 26, 2010

i am using Flash-builder 4 and developed an application to capture screen image and save on desktop.But when i click the export button , the flex builder shows me the option to export to file only as shown belowI have downloaded latest air sdk and overwrite file in sdk4.0.0 , now air app works but how will it show me the "export to native installer option"??

View 1 Replies

Flash :: Round Tripping Between Catalyst And Builder For Android Apps

Apr 19, 2011

Is there any way to "round trip" Android projects between Flash Catalyst and Flash Builder? I'm using the latest beta versions (Burrito and Panini). If not, will this be available with CS5.5 when it's released next month?

View 1 Replies

Android :: Use A Global ArrayCollection In Flash Builder Mobile Application?

Aug 27, 2011

I am currently developing a mobile application using the latest version of Flash Builder and I need to create a Global ArrayCollection to store information in that is pulled from a local DB. I can pull back the data from the DB fine however I cannot seem to access the Global variable when I try. I have the follng .as file called "Model.as" which is located in a folder called valueObjects and that file contains the following code:

package valueObjects
{
import flash.data.SQLConnection;

[Code]....

Then in a private function I try to access the ids ArrayCollection and populate it however I get the following error:

-1120: Access of undefined property ids.

-Access of undefined property ids

View 2 Replies

Android :: Flash Builder - Loading Assets For Mobile Devices

Oct 18, 2011

I am using flash builder to make an app for android/ios. How would you recommend I use assets such as images and sounds. Should I embed them or use loader? Any benefits to each one. I have a fair amount of assets.

View 2 Replies

Android :: Flex - Flash Builder Installing Failed On Device?

Nov 9, 2011

I made the simple application using flash builder 4.5.1 for both iOS and android. I test the application on my iphone and ipad, it working fine. But when I try to install on my android device(Samsung GT-5570). It get the following error message.Error occurred while installing the application:1603 KB/s (6108444 bytes in 3.719s)pkg: /data/local/tmp/Runtime.apkFailure [INSTALL_FAILED_INVALID_APK]I google about the error.I found that It is cause of my device have ARMv6 architecture.Now I have 2 question.Question 1. Is there any other reason of failing installation.Question 2. If the reason is same than any other way available to make build for ARMv6 and ARMv7 architecture phone.

View 1 Replies

Android :: Packaging Flash Builder 4.6 Mobile App As A Desktop App (with Air Runtime)?

Feb 23, 2012

I have this application that is basically the ubiqutous page turning component you can find online, but modified for mobile. It's for kid's storybooks. It's a mobile flex application in FlashBuilder 4.6. When I export release build for my mobile project, I see an option for desktop .air packaging rather than mobile. Works and looks great....but you can't sell a .air file on Mac App Store. I want to bundle the air runtime to create a .app, which hopefully I can get on the app store. However, this option is not available in a mobile project. I've tried figuring it out via commandline...

[Code]...

View 1 Replies

Adobe Flash Builder Http Data Service Call Fails Only After Export?

Dec 8, 2011

I wrote an app using adobe flash builder that makes an http data service call to a website.

When I build and launch the app it loads in my browser (the address in the broswer is C:Userspath omyapp.html) and works perfectly. However, when I upload the app to my website or even launch it from outside the project build directory, the HTTP service call fails with the popup

Security error accessing url
Destination: DefaultHTTP

Of course I googled this error and realized it may have something to do with a 'crossdomain.xml' in my web root directory. I tried this and it continued to fail.
Below was my crossite domain file

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="www.my_domain_for_http_service.com" />
</cross-domain-policy>

I'm using the free trial version of Adobe flash builder, but I do not see anything indicating that this has to do with the error.

Data from http service call is in xml format.

View 1 Replies

Android :: Deployed Project Using Flash Builder Burrito Not Work On Mobiles

Mar 13, 2011

I have created a simple "Hello World" Application using Flash Builder Burrito SDK. I have tested the result in the emulator it is working great. After that I deployed the application using "Export Release Build Option" and entered valid certificate details and created the .apk file. I copied the .apk file into the device and i run the application. I am unable to run the app. I have tried these in 3 android supported devices and in each of these I am getting different error messages.

I have mentioned the device in which I have tested and the error message I got while I tried to install the app (.apk file).
HTC Desire - "Error while parsing the package of the application"
Samsung Galaxy Tab - "Error while parsing the package of the application"
LG Optimus one (LG P500) - "Application not installed"

I have created a New Mobile Project in the flash SDK and added simple label "HELLO WORLD" in the view section. Before deploying I have installed Adobe AIR 2.5 in the device. I need to know whether any restrictions are there for applications developed using Flash Burrito Preview Release. (whether by default all android mobile version more than 2.1 will support it?) Also when I try to install "Tour De Mobile Flex" apk in LG Optimus, it is saying "Device not supported" message. How do I overcome these problems to run the apk file without any problems.

View 1 Replies

Android :: Make Flash Builder's Mobile Debugger Window Bit Smaller?

Dec 14, 2011

The window for Flash Builder's mobile device emulator (in AIR) seems to be a bit too tall for a resolution running 1280x800. Is there a way to make it run smaller? 1280x800 is the highest resolution set-able on the laptop being used to develop for it.

View 2 Replies

Actionscript 3 :: Why Does Stage.stageWidth In Flash Builder 4.6 Using Flex On Android Not Work

Jan 11, 2012

I am creating a android app using adobe air (flex sdk 4.6.0) and i am trying to find out what the width of the phone screen is in pixels. So I am fallowing the tutorial here but when ever i copy the code into my project and click run it always gives me this error "TypeError: Error #1009: Cannot access a property or method of a null object reference." and goes to the line that has stage.stageWidth I have also tried stage.width but it does the same thing. So does stage.stageWidth no longer work or how do you tell the screen size of the tablet or phone? Was it replaced with something else for phones? I am trying to get the information so i can center images in the center of the screen using action script.[code]

View 1 Replies

Flash :: Export SWC Makes Big .swc And .swf Files?

Sep 9, 2010

Using Flash CS5, when activating Export SWC in the Flash Publish Settings, I end up with a much bigger file (500 ko) than when the SWC is not activated (around 100 ko).

Why is the SWC 5 times bigger ?

View 2 Replies

ActionScript 3.0 :: Export Files In Flash?

Nov 29, 2011

I'm making a intro for kids and i loaded the .swf using the loader concept in action script.3.0. and m confused how to export this files which can be played when user insert the cd/dvd in cd/dvd rom.like we can find some interactive cds like movies or games..etc!!so how can i render in this way which can be interactive apart from swf!

View 3 Replies

Professional :: Whether Flash CS5 Can Export To FXG And Read FXG Files

Apr 22, 2010

I am writing an article about CS5 and FXG and I really would like know whether Flash CS5 can export to FXG and read FXG files. It can do both or just export?

View 2 Replies

ActionScript 2.0 :: All Png Files Compresses Whenever I Export A File In Flash MX

Nov 21, 2010

Whenever I export a file in Flash MX it compresses all my png files as if they were jpegs.

View 4 Replies

Flash :: Embedding Swf File As Raw Files In Android

Nov 22, 2010

how to embed a file like this [URL] and play it in android. I m a beginner. So dont even know how to play video files.

View 2 Replies

Flash :: Builder 4 Cannot Open Fla Files?

Apr 12, 2010

I cannot open any .fla file with FlashBuilder 4 under Windows:When I click on a .fla file I get the following error: "Windows cannot find 'Flash'. Make sure you typed the name correctly, and try again."

View 3 Replies

Professional :: Flash CS5 Doesn't Export - AIl Files Or Save AS3 Legacy?

May 9, 2010

For those of you that use Flash like I do, as a drawing tool, then you may be disappointed to find that Flash CS5 no longer exports your graphics as .ai files. Your only options are .swf, .fxg, .bmp, .jpg, .gif, .png.Often I use Flash and Illustrator together. I'll draw in Flash and export to Illustrator. I mainly use Illustrator when I need text on a curved line. Then I bring that text back in to Flash.
 
It's odd because one time I just typed in .ai into the filename and it did indeed create an .ai file. However, just now, I tried to do that again and it won't work for me. ALSO... I upgrade from Flash CS3 to CS5 ultimately skipping CS4. The problem is, CS5 only let's you save to legacy CS4. So my CS3 version can't open my CS4 or CS5 files.

View 9 Replies

Android :: Flash - Keep The .apk Files On Phone For App To Continue Working?

Jan 28, 2011

A considerable amount of space is used up by .apk files on my phone with apps which cannot be moved to the sdcard (Adobe Flash and Google Maps). In those directories, there are .apk files. Can I delete these to save space and have the application work as it did before?

View 3 Replies

Android :: Created An App With Embedded Flash/.swf Files Such As Animations?

Jan 29, 2011

I understand that flash is quite new to android. Has anyone actually used flash in an android app? How did you do it and what do you recommend. I'm trying to embed flash animation into an app.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved