Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9152543
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:04:34+00:00 2026-06-17T12:04:34+00:00

hello evrey body i have try really hard to write a file to android

  • 0

hello evrey body i have try really hard to write a file to android and so far no secceus.
this is the code i am using.

function writeAirFile():void
{
    // Change the folder path to whatever you want plus name your mp3
    // If the folder or folders does not exist it will create it.
    var file:File = new File("/mnt/sdcard/new/new.apk");
     //file.nativePath = "/mnt/sdcard/new/new.apk";
     trace(file.nativePath);
    fileStream.open(file, FileMode.WRITE);
    fileStream.writeBytes(fileData, 0, fileData.length);
    fileStream.close();
    trace("The file is written.");
    trace(file.nativePath);

}

uts need to work but it is not.
i already add th permission for local storge writing
please i need help
thanks a lot for all of you for helping!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T12:04:35+00:00Added an answer on June 17, 2026 at 12:04 pm

    Point out custom directory is not best practices better you can use File.applicationStorageDirectory so no need worry about security and permission related issue.

        var file:File = File.applicationStorageDirectory.resolvePath("new/new.apk");
        fileStream.open(file, FileMode.WRITE);
        fileStream.writeBytes(fileData, 0, fileData.length);
        fileStream.close();
        trace("The file is written.");
        trace(file.nativePath); // you can find where it is stored.
    

    Suggestion always use Async mode file operation so that UI freeze won’t happen even if file size is too large.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

for example we have this xml: <body> <a> <b> <c>hello</c> <c>world</c> </b> </a> <a>
Hello everybody I have a problem with exception. The following code block do this
Hello every body I have used following code in my jpa project for working
Hello every one I have wrote a simple code in html5 in which I
Hello everybody :) I have misunderstanging in setPropety in using Bean ? when I
Hello everybody i have asp.net mvc4 application where i made countdown something like this:
Hello everybody, I have this problem (title of the post). Failure/Error: get :create, :user
hi I'm really frustrated, First I have no idea how to code the very
I got this code: (function($){ var ListView = Backbone.View.extend({ el: $('body'), // el attaches
I have this server side SLIM code: require 'Slim/Slim.php'; $app = new Slim(); //$app->config('debug',

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.