Coronaviewer doesn't work

Hi all

I’me getting back to work on Corona SDK (now Solar2D) and I’m getting the following error using CoronaViewer (just rebuit using latest master from github):

  08-24 09:40:30.362 10434  4280  4344 W System.err: com.dropbox.client2.exception.DropboxIOException: java.net.UnknownHostException: Unable to resolve host "api.dropbox.com": No address associated with hostname
08-24 09:40:30.363 10434  4280  4344 W System.err: 	at com.dropbox.client2.RESTUtility.execute(RESTUtility.java:424)
08-24 09:40:30.363 10434  4280  4344 W System.err: 	at com.dropbox.client2.RESTUtility.execute(RESTUtility.java:339)
08-24 09:40:30.364 10434  4280  4344 W System.err: 	at com.dropbox.client2.RESTUtility.streamRequest(RESTUtility.java:194)
08-24 09:40:30.364 10434  4280  4344 W System.err: 	at com.dropbox.client2.RESTUtility.request(RESTUtility.java:124)
08-24 09:40:30.364 10434  4280  4344 W System.err: 	at com.dropbox.client2.DropboxAPI.delta(DropboxAPI.java:2284)
08-24 09:40:30.364 10434  4280  4344 W System.err: 	at plugin.viewer.SyncTask.run(SyncTask.java:91)

Is the Dropbox client outdated ? Or am I incurring in any mistake ?

Thanks

Paolo

CoronaViewer is not supported anymore.

Use live build instead.
Toggle on “Create Live Build” on the build dialog.

That’s great, thanks a lot ! This is far better than the CoronaViewer !