Posts by Guilherme Vinicius • 55 points
7 posts
-
1
votes0
answers109
viewsQ: Failed to Merge Android Manifest.xml with Admob [UNITY]
The error is present when I try to build my Android game in Unity, it simply accuses error and says that it was not possible to merge the Androidmanifest.xml file.. Erro1 Androidsdktoolsexception:…
-
0
votes0
answers348
viewsQ: Visual Studio 2017 Design XAML bug, does not recognize Resources
internal static System.Drawing.Bitmap radio_hover_btn { get { object obj = ResourceManager.GetObject("radio_hover_btn", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } I’m having…
-
0
votes1
answer45
viewsQ: Application giving Crash on a button inside a custom Alertdialog
I am working with Alert Dialogs and I appeared an error where the application stops responding. The following code refers to a fragment where you are using the Google Maps API, and means that when I…
-
1
votes1
answer50
viewsA: Onclick crashing app, in database connection
Next, I realized that I had not put the access permission to the internet status, just open the Androidmanifest.xml file and add the following line <uses-permission…
-
2
votes1
answer50
viewsQ: Onclick crashing app, in database connection
Hello. I am developing a simple app with login and password, but there are always problems when trying to log in. It is worth saying that I am using Okhttp. This is Java: EditText txt_Email,…
-
0
votes1
answer51
viewsQ: getResources(). getDrawable(R.drawable.my_icon) obsolete, how to proceed
Hi, I’m having trouble with the fact that getDrawable is obsolete. Please, how can I convert my code so it can be updated? I thank you in advance! int height = 100; int width = 100; BitmapDrawable…
-
1
votes1
answer1030
viewsQ: Google Maps API: Swap default marker image
Hello, I’m testing the Google Maps API on my android app, and I learned that there is a way to change the icon of the default marker, however, when I added my PNG image to the project, the icon got…