Cannot Connect To Sql Server Via Android Test
I have created simple android tests with UiAutomator. In these tests I want to confirm that some data were added in the database. In my pc I can connect to the database, but in th
Solution 1:
Try put the driver jar on the libs directory inside the probject and then clean and build again this may help!!
Update 1 You can visit this answer to see how to add *.jar files inside libs using ant
https://stackoverflow.com/a/1821912/716865
Post a Comment for "Cannot Connect To Sql Server Via Android Test"