Posts by Francisco do Vale • 43 points
3 posts
-
0
votes2
answers866
viewsQ: Angular 4 App on Apache
I would like an example of htaccess to use in my Apache. The scenario is as follows: I have an Angular 4 application that needs to run on a separate back-end server. I build using the ng build…
-
3
votes2
answers225
viewsQ: Migrate data from one version to another - Android Sqlite
In the application I am working on, I have to save the data from a specific table when the application is updated. This action needs to happen before the table is discarded in the onUpgrade method.…
-
1
votes0
answers204
viewsQ: Android/Sdk/build-tools/22.0.1/aapt'' finished with non-zero Exit value 1
I have this problem in my project and I’ve tried the souluções of these posts: Post 1 Post 2, but none of them worked for me. The projector runs perfectly in Android Studio 1.2, but when I upgraded…