Posts by Marcos Desu • 3 points
2 posts
-
-3
votes1
answer1329
viewsQ: Error Code: 1064. MYSQL WORKBENCH
Hello I’m trying to create the following table: CREATE TABLE produtos( id integer primary key auto_increment unique , nome varchar(255) unique, descricao varchar(255), preco varchar(10,2) , validade…
-
-1
votes1
answer623
viewsQ: Android Studio Error:Execution failed for task ':app:instantRunMainApkResourcesDebug'
I’m developing an app android, when I try to run or compile my app I get the message Execution failed for task ':app:instantRunMainApkResourcesDebug'. Compiler points out that there is an error in…