cfjedimaster / Cordova-Examples

A collection of Cordova/Ionic/etc demos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dont Work

danicarla opened this issue · comments

Hi Guys.

I copied the code exactly as in the example, but does not work .
I'm generating the .apk file and installing on my android device... but when I connect the USB can not find the file " log.txt " Editar

A couple of things.

  1. This repo contains many different sample applications. When you say "example", which example do you mean?

That's it actually.

Hi Raymond..
Sorry , I have not yet affinity with Github , I was referring to writelog

When you remote debug, what do you see in the console?

In console say: worked
errodebug

Ok... so what exactly is going wrong?

When I connect my Android device in computer using USB cable, I don't find the file "log.txt"

Where are you thinking you will find it?

On Wed, Jun 15, 2016 at 7:34 AM, Dani Carla notifications@github.com
wrote:

When I connect my Android device in computer using USB cable, I don't find
the file "log.txt"


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#23 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AAYBvDVhtVlAI6sS419IKDZNeEEnKlOqks5qL_FtgaJpZM4I0q__
.

Raymond Camden, Developer Advocate for StrongLoop at IBM

Email : raymondcamden@gmail.com
Blog : www.raymondcamden.com
Twitter: raymondcamden

I believed that he would be created somewhere within my Android device

Ah, so cordova.file.dataDirectory is "private" which means the app can see it, but it isn't available externally. See the docs (https://www.npmjs.com/package/cordova-plugin-file) for other path aliases that would allow for external usage.