Posts by A. Gontijo • 51 points
2 posts
-
3
votes1
answer722
viewsQ: Error while running an app in Android Studio
I imported a project from eclipse to Android Studio (version 1.3.2), until then all right, but an error occurred when I tried to run the program: Error:Execution failed for task ':dexDebug'.…
-
2
votes2
answers5838
viewsQ: Copy data from one column of a table to another of the same table
Hey, guys, I have a question. I need to copy the data from an integer column to another decimal column of the same table, that in Mysql. Is it possible to do ? there may be some inconsistencies in…