emulator tag

20 questions


1 answers
112 views
0
How do I get the build version of an application?

I want to know the build version of the re-app So I want to print it out on the UIDo I have to touch the Android manifest file?


1 answers
94 views
0
There seems to be an error in the Emulator portion of this clip.

I'm in the process of creating an Android app through Eclipse, but it's blocked from the beginning.Currently, Eclipse has added an Android SDK to create an AVD and now an Android applicationThe projec...

1 years ago

1 answers
130 views
0
How do I run the GPS function on the Android emulator?

Hardness and latitude in an Android emulator are required for a simple experiment.Is there a good way to get hardness and latitude?How do I position the emulator to test the location information?


1 answers
101 views
0
App runs only on emulator and force shutdown on actual device (Android studio, Java)

This time, I made an app using Android Studio, Java (minimum support version 4.4)But strangely enough, if you turn on the app emulator in the Android studio itself (pixel 2, version Pie), it runs well...


1 answers
89 views
0
There is an error when running Helloworld as an app in the introductory book to Android Studio, so I would appreciate it if you could tell me how to solve it.

I pressed Run while running the emulatorAs shown in the picture above, there is an error called emulator-5554 null.

1 years ago

1 answers
83 views
0
If I run it with an Android studio emulator, Hello World! doesn't come out, what should I do?

The code is as follows:package com.example.[Username].hello;import android.support.v7.app.AppCompatActivity;import android.os.Bundle;public class MainActivity extends AppCompatActivity {@Overrideprote...

1 years ago

1 answers
116 views
0
Is there a way to speed up the Android emulator?

My computer specifications are Windows XP, 1.21 gigabytes, and my CPU uses 2.67 GHz CeleronAndroid emulators are very slow. Can't you do it fast?


1 answers
83 views
0
Can I set the width and height of ImageView in the code?

Can I set the width and height of ImageView in the code?


1 answers
56 views
0
It says "invalid command-line parameter" and the Android emulator cannot run.

Eclipse created a simple Hello World program. There is no Java file and only TextView is made in main.xml.//main.xml file<?xml version=1.0 encoding=utf-8?><LinearLayout xmlns:android=http://s...


1 answers
96 views
0
Android YouTube App Video Play Intent

I created an app that allows you to download YouTube videos from Android. Now what I need is, when I play a video on YouTube, I also download it. To do this, you need to know the Intent that the YouTu...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.