• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. H

    Apps Problem saving *.TXT file

    I'm a begginer Android Developer, and I'm trying to deploy a simple App which writes a .Txt file on the SDCARD. But every time I try to do so, I get this permission denied error message. Here's the code: File file = new File(Environment.getExternalStorageDirectory(), "test.txt")...