studio tag

324 questions


1 answers
62 views
0
Javac.exe terminated with code 2, but cannot be built.

I created the Hello world app to develop Android with Visual Studio 2015(VS)+Xamarin, but when I built it, I got the error Javac.exe ended with code 2 and I couldn't build it.After some research, I fo...

2 years ago

2 answers
101 views
0
Android App Development ~ Loading Existing DBs~

I have a question about how to use DB for Android app development.実現What I want to realizeInstead of creating a DB in the app, you can import an existing DB into the app and use it.疑問Question1, When I...


2 answers
74 views
0
I want to catch an error on a different form.

The structure may be a little difficult to understand, but I will let you know the current situation.STEP1: Call Form 1 from Class 1 (The Form 1 argument is defined on the interface and passes the cla...

2 years ago

1 answers
88 views
0
Visual Studio fails to open python36_d.lib' in Python embedding

I am trying to embed Python in C on Visual Studio, but I cannot open ' python36_d.lib' error occurs during build.I tried to set it to the Release build by referring to the page below, but it didn't be...


2 answers
100 views
0
About displaying Json data in Jackson on Android Studio

public class MainActivity extensions AppCompatActivity{ @ Override protected void onCreate (Bundle savedInstanceState) { ObjectMapper mapper = new ObjectMapper(); try{ JackSon response=mapper.readV...


1 answers
97 views
0
Create Variables and Methods for Each Build in Android Studio

Build within the projectbuildTypes{ release { miniEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' signingConfig signingConfigs.config manifestPlace...

2 years ago

3 answers
116 views
0
View multiple consoles with your own console emulator

What should I do if I want to create a console emulator in Windows?The console emulator here is like ConEmu.I'm thinking about making my own font because I can't display it neatly with cmd.exe or Powe...


1 answers
78 views
0
I don't know how to register the dynamic CRM online plug-in.

I am currently using dynamicsCRM online, but I am having trouble knowing how to register plugin.What have you tried ·Install Visual Studio and build plugin code·Install dynamicsCRM SDKThat's it.SDK\To...

2 years ago

1 answers
110 views
0
TextColorPrimary does not work on ActionBar on Android

I am trying to change the background and text color of ActionBar on Android on Android Studio.I was able to change it in ActionBar background colorPrimary, but I cannot change it even if I use textCol...

2 years ago

1 answers
103 views
0
Error After Reinstalling Android Studio

After reinstalling Android Studio, the following message occurred when the system was started:The system could not be started.Please tell me the recovery procedure.Thank you for your cooperation.Syste...

2 years ago
« - 9 - »

© 2024 OneMinuteCode. All rights reserved.