x


Trouble with sqlite with Android

I try to create the database but i have this error :

You are trying to load data from a www stream which had the following error when downloading. Could not resolve host: jar:file:; Host not found

.... Some Help ???

more ▼

asked Jun 04 '12 at 11:10 PM

VA969 gravatar image

VA969
20 1 1 1

What URL are you telling WWW to load? Looks like you're giving it an invalid hostname.

Jun 04 '12 at 11:30 PM rutter
(comments are locked)
10|3000 characters needed characters left

1 answer: sort oldest

This is the url !!!

filepath = Application.persistentDataPath + "/" + p;

WWW loadDB = new WWW("jar:file://" + Application.dataPath + "!/assets/" + p);

more ▼

answered Jun 05 '12 at 12:02 AM

VA969 gravatar image

VA969
20 1 1 1

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x2480
x49

asked: Jun 04 '12 at 11:10 PM

Seen: 571 times

Last Updated: Jun 05 '12 at 12:02 AM