This is a migrated thread and some comments may be shown as answers.

Network error on index.html in Graphite

3 Answers 47 Views
Android Devices
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
joao
Top achievements
Rank 1
joao asked on 01 Apr 2013, 03:14 PM
Hello, I'm trying out Icenium and having trouble running any apps on my Nexus One phone. Every time I try to build/run the app I see the ICENIUM splash screen followed by an Android error "A network error occurred" (pointing to index.html).

I have tried a blank application and one of the example apps (airlines app), both these solutions are giving me this error.

I'm frankly new to mobile development, so I'm probably missing something here... I'm used to deploying my apps with Netbeans without any problems. 

3 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 01 Apr 2013, 03:47 PM
Hi joao,

We suspect you have mingled with the Android permissions prior deployment.

Make sure that the application has access to the SD card as we are using it to store app files in debug mode so we can change them with LiveSync.

It is a good idea to have the following permissions added otherwise the application might not work:
  • WriteToExternalStorage
  • Internet
  • AccessNetworkState

You can build in "Release" so you can see how the app behaves without our added functionality for LiveSync and this way it would not require WriteToExternalStorage permission. Right click your Solution in the "Project Navigator" and change the build configuration if you would like to do so.

Please add the permissions back in Project Properties, delete the application from device and redeploy!

Kind regards,
Steve
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Kendo UI Dojo.
0
joao
Top achievements
Rank 1
answered on 01 Apr 2013, 03:57 PM
This is what happens when they give a smart phone to a dummy... thanks for your help, seems like I need to fix my SD card issues (testing on 'Release' works fine).
0
Tim
Top achievements
Rank 1
answered on 07 Mar 2014, 09:24 AM
If anyone else is having this problem and not getting it to work. I found that if you disconnect the usb during the install and first run then it works 
Tags
Android Devices
Asked by
joao
Top achievements
Rank 1
Answers by
Steve
Telerik team
joao
Top achievements
Rank 1
Tim
Top achievements
Rank 1
Share this question
or