Quantcast
Channel: Adobe Community : Unanswered Discussions - ColdFusion
Viewing all articles
Browse latest Browse all 5794

Cfbuilder Android net::err_file_not_found (file:///android_asset/www/test1.cfm)

$
0
0

Hi All.

 

I have written a full application that works great using chrome http://localhost:8600/<appname>/

 

When i build to phone gap i got the error

Android net::err_file_not_found (file:///android_asset/www/xxxxxx.cfm

 

So i thought oh dam, what stuff did i mess up. This is my 1st App.

 

So i thought lets go back to basic.

 

So i created a new project.

 

I only created 2 pages index.cfm and test1.cfm

 

index.cfm

<html>

    <head>

    </head>

   

    <a href="./test1.cfm">test</a>

</html>

 

 

test1.cfm

<html>

    <head>

    </head>

   

    <a href="./index.cfm">index</a>

</html>

 

Then i built the app.

downloaded APK

installed on samsung note 3 aswell as samsung note 10.1

 

When i run the app. i see the hyperlink i click(touch) on test 1.

 

I then get the following error then app closes

Cfbuilder Android net::err_file_not_found (file:///android_asset/www/test1.cfm)

 

So what do i need to do from index.cfm to load other pages once built to android.

 

IAm I missing tags, java. something.

 

there is not more "back to basic" than i can get here

 

 

Any help would be great. Have a great eveing


Viewing all articles
Browse latest Browse all 5794

Trending Articles