Posts by Lucas Vilas Boas • 39 points
5 posts
-
0
votes1
answer86
viewsQ: Error generating build in android release mode on IONIC -V1
When I turn the remote ionic cordova build android --release he returns me this error: Using "requireCordovaModule" to load non-cordova module "fs" is not supported. Instead, add this module to your…
-
0
votes1
answer315
viewsQ: How to generate ANDROID app build on IONIC
I typed the command ionic cordova build android and the result was that at the prompt Installing "ionic-plugin-keyboard" for android Ionic-v1.cmd build Ionic-v1[3676]: c: Ws src…
-
1
votes1
answer805
viewsQ: Error running Ionic Cordova run android --device command
When I run Ionic Cordova run android --device in my project it appears the following message. [ERROR] An error occurred while running subprocess native-run. My Ionic.info: Ionic: Ionic CLI : 5.0.1…
-
1
votes1
answer283
viewsQ: Register and display image in PHP database
Hello, I would like to know how I can register an image in the database and how do I display - there I searched on the internet and saw that the field in the bank has to be as longblob or has to be…
-
-1
votes2
answers53
viewsQ: Delete data from Database
I am working with a database that has 2 tables, processes and processes, need to delete a data from the processes table, but the ID field of the process table is a foreing key in the processes…