android-studio tag

159 questions


1 answers
66 views
0
DYNAMICALLY CREATED BUTTON TEXT ACQUISITION METHOD

I would like to implement the process of retrieving the text of the button created in the for statement.I would like to identify the button I clicked when selecting the button without using id, is the...

1 years ago

1 answers
58 views
0
I can't debug the actual device on Android tablet

Androidstudio can run it on a smartphone, but I can't run it on a tablet, but I don't know why, so please let me know if you know.The following error codesError: Error converting bytecode to dex:Cause...

1 years ago

2 answers
67 views
0
Android Studio Does Not Recognize Classes

All classes in Android Studio are icons below, and there is no red underline when you write the compilation error code, but you can debug the actual machine normally.Could you tell me how to deal with...

1 years ago

1 answers
64 views
0
When I decode and encode using JSONIC on Android app, I get an Exception error.

I produce Android apps on Android Studio. When you use JSONIC to do the following, JSON.encode(hm); displays an Exception error and a message indicating that printStackTrace cannot find the library of...


1 answers
97 views
0
Constraint layout textview is not displayed in Android studio.

As the title suggests, even if I drag and drop textview of constraint layout in Android studio, it does not appear in the UI.Is it a PC specification?please tell me。i5-6200U/8G


1 answers
82 views
0
Unity -> Cannot print apk with "Error: MethodHandle.invoke and MethodHandle.invokeExact are only~" when building a release on AndroidStudio

Unity 2017.4.10 f1Admin:Google Mobile Ads Unity Plugin v3.15.1 (latest)AppLovin: GoogleMobileAdsAppLovinMediation-4.0.0.zip (latest) In the above environment, modify build.gradle and Manifest as appro...


1 answers
58 views
0
Layout for FHD (1080x1920) on Android

How can I create a layout for FHD (1080x1920) on Android?The problem is that I want to separate the layout of FHD+ or Quad HD+ from FHD, but it looks like this:Here's what I've tried:1.Create layout f...


1 answers
86 views
0
Hot Reload and Build Defects in flutter vscode simulator emulaor

Introducing flutter using flutter vscode androidstudio xcodeHotreload does not work on xcode and AndroidstudioPress run to work properly on each simulator.Both hotreload and run work on AndroidThe sam...


2 answers
70 views
0
Development of Android External NFC

I developed an attendance management application at Nexus 7. However, since NFC is hard to touch on the back, I am thinking of buying an external NFC card reader and touching it.The NFC card reader is...

1 years ago

1 answers
64 views
0
java.lang.UnsatifiedLinkError: dlopen failed:library "libXXXXX.so.0"not found

Attempted to create libXXXXX.so by cross-compiling the third-party code for Android.The app is Android Studio and the build was successful, but when running the app, the following error occurs:logcat ...

1 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.