You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run your app, I had to put the line on my gradle file, and remove the folder "lib"
compile group: 'mysql', name: 'mysql-connector-java', version: '5.1.6'
That way I could run this projet, thx a lot.