Posts by Andre Guedes • 41 points
2 posts
-
1
votes0
answers12
viewsQ: Android project does not delete record in Sqlite database
My application makes insertions and reading the existing records in the Sqlite database, but when I will run a delete I have the following log message: W/Fileutils: Failed to…
-
3
votes1
answer233
viewsQ: Error executing delete in Sqlite database
I’m having a problem with my project Android. When I execute a delete at the bank sqlite, I get as return the following log message: W/FileUtils: Failed to chmod(/storage/sdcard/Cardapio…