Posts by Thiago Leon • 107 points
11 posts
-
0
votes1
answer742
viewsQ: No Qualifying bean of type found for service
Good evening guys, I’m trying to launch a Spring API and I’m having the following problem running it, I’ve tried renaming the methods as well as the functions First I’ll leave the Debug log here…
-
0
votes1
answer226
viewsA: Has moon language Api for Python
https://pypi.python.org/pypi/lupa Rewritten in part based on Lunatic Python, with some additional functions as Moon Runtime-appropriate corrections Compatible with both versions of python…
-
0
votes1
answer39
viewsA: Errors Reinstalling Microsoft Visual Audio
Visual Studio installer removes only "core" from VS, use this tool to clean the remaining programs https://github.com/Microsoft/VisualStudioUninstaller and even then check if any still…
-
1
votes1
answer82
viewsA: What are the criteria to compile in the minimum version of Android
If you use Visual Studio: Double-click on Propriedades(Properties) In the same section that would open Aplication you will see the intended versions of copying Select the Minimum Version you want to…
androidanswered Thiago Leon 107 -
2
votes1
answer359
viewsA: Central alignment appears correctly in the Activity preview, but not when running the app?
Use the Following code in your textviews android:gravity = "center" to center horizontally and vertically in its function, if you want a specific centering as horizontal would be…
-
1
votes1
answer85
viewsA: AVD Manager adjusts on display
I noticed that you use windows Download Xamarin Android Player on Version 0.5.6(or later) clicking here Install Xamarin Android Player (which will install Oracle VM Virtual Box) If you’re using…
-
0
votes2
answers294
viewsA: Xamarin android player error while starting "virtualbox kernel driver not running"
install the latest version of XAP (0.5.6) If your windows is 8.1 or 10 download on the Oracle website the last VM Virtual Box version (the version installed by XAP is incompatible) When installing…
xamarinanswered Thiago Leon 107 -
0
votes1
answer235
viewsA: Changing the project API
To change the project’s intended API Double click on Properties In the same section Aplication choose the intended API Follow the screenshot…
-
1
votes1
answer190
viewsA: Xamarin Emulator works, but after updating pro VS 2017 the application is copied but appears as blank
Problem Solved In Properties > Build I activated the options: Allow Unsafe Code and Optimize Code and After another Build & Deploy the app worked as it should…
-
0
votes2
answers371
viewsA: First application: Xamarin
-Double-click on propriedades(properties) in his solução(solution) -In the section Opções Android(Android options) click on Avançado(advanced) -Choose all available architecture options for better…
-
1
votes1
answer190
viewsQ: Xamarin Emulator works, but after updating pro VS 2017 the application is copied but appears as blank
I use the Xamarin android player to do the simulations and test my apps but after I upgraded to Visual Studio 2017 the emulator works partially, main.AXML and the build & deploy works normally,…