studio tag

324 questions


1 answers
52 views
0
How do I solve no debugable applications in Android studio?

I'm trying to debug the release version of my app from Android studio, but I can't because of the error message below. What should I do?No debuggable applications


1 answers
106 views
0
Where is the Assets folder in the Android studio?

I'm using the 0.2.5 version of Android Studio. I'm confused because of the Assets folder. I don't know because Android Studio doesn't make it automatically and there are only stories about DaiClips on...


1 answers
60 views
0
In the visual studio, the console window turns off

I was using it well until yesterdaySuddenly, the console window just turns off. Why is this happening?I temporarily scanf() at the bottom to block itHow do I fix it?

2 years ago

2 answers
43 views
0
How do I sort the code in the Android studio?

It's developed into an Android studio. I use Ctrl+Shift+F in Eclipse, but not in Android Studio. And in Eclipse, when you jump from .java file to method, Ctrl+O, how do you do it in Android studio?Wha...

2 years ago

1 answers
39 views
0
I want to save the image in mysql in blob form in Android studio, but I am asking because the php code is not properly done

If you run the emulator, you can take a picture and upload it to the image view, but if you press the button to save it in the DVD, it will not be saved in mysql. I think the php is the problem becaus...

2 years ago

1 answers
75 views
0
The Android Studio work window (bar) does not appear.

I'm currently using Android Studio 3.0, but after the update, the list of tasks tabs in the open file has disappeared, maybe something has changed. It's so hard to move from project to project because...


1 answers
36 views
0
Visualstudio c language getchar() related questions

The code to print out the number you entered into multiplication tables I read a book and tried it When you hit only one getchar() at the end, type an integer in the console window and type enter The ...

2 years ago

1 answers
117 views
0
How to debug command-line parameters in Visual Studio

I'm making a command line application with BIS C++I can't find a way to debug it because I got an argument from the command line no matter how much I look for itI'm just using exe file to run it, but ...


1 answers
41 views
0
The classes that you deleted from the Android studio come out of the Logcat.

The error statement is java.lang.NullPointerException:Attempt to invoke virtual method, which shows the package, class, and function that you deleted earlier. I tried to use another class in the same ...

2 years ago

1 answers
105 views
0
When a Form_Closed event occurs, there is a phenomenon that it is hidden by pressing Yes or No in the message box.

if (MessageBox.Show (Do you want to exit?, Information, MessageBoxButtons.YesNo) == DialogResult.Yes) { Application.Exit(); }I wrote the code like above.Naturally, when No is called, I thought there w...

2 years ago
« - 29 - »

© 2024 OneMinuteCode. All rights reserved.