I solved the problem. It's simple, my application did not had Intenet permission. I added this line on mainfest.xml and solved the problem <uses-permission android:name="android.permission.INTERNET" />
On Mar 30, 2:38 pm, Thomas Mueller <[email protected]> wrote: > Hi, > > > H2 doesn't support remote connection for Android? > > I don't know, I have never test it. Does it throw an exception? If > yes, what is the error message, error code, and stack trace? > > Regards, > Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
