All Questions
286 questions
0
votes
0
answers
23
views
mount android All of the sdcard
The background is like this:
I want to implement a sandbox, which is a system-level sandbox to isolate the data of a certain App.
I need to isolate his one
[/data/data/package_name]and [/sdcard/]
...
0
votes
1
answer
102
views
InjectInputEvent not working, failing to get instance
This is what logcat outputs, I've signed my android apk with my own cert
java.lang.NoSuchMethodException: com.example.receiver.InputManager.getInstance []
at java.lang.Class.getMethod(Class.java:...
0
votes
0
answers
250
views
the application could not be installed: install_failed_bad_permission_group in linux ubuntu
[i am trying to run the android project but while launching the apk in device it shows the application could not be installed: install_failed_bad_permission_group. please help me to resolve this issue....
0
votes
0
answers
213
views
WSL2 Android Studio Install Error - Compiler Oracle Error Occured During Initialization of VM
I am not sure where I am going wrong in this.
I am trying to install Android Studio by following this tutorial .
I basically downloaded Android Studio for Linux from the archive page, extracted it (...
0
votes
0
answers
75
views
How to set only for x64 mode in Android
I want to build my android app only for 64bit mode.
I already changed the settings like this
By the way, when I checked the log and it says it is 32 bit.
Can I know the cause?
Please tell me how to ...
1
vote
0
answers
68
views
How to use PC keyboard during Remote Screen Sharing using Android app?
We have a remote screen sharing option in our android app for Android TV devices. We use OEM API to trigger some of the key and button events by passing the constants defined in the android.view....
0
votes
0
answers
791
views
Running an android binary on Ubuntu (libc.so: invalid ELF header)
I am trying to run a java application on spring boot running on ubuntu. My application has a dependency on a jar file that loads two binaries:
"libc++_shared.so" and "libsigx.so"
I ...
1
vote
1
answer
495
views
Error executing adbExec. Original error: 'Command 'adb -P 5037 -s emulator-5554 shell getprop ro.build.version.sdk' timed out after 60000ms'
When I run the UI autotest, I keep getting an error: "Error executing adbExec", on various adb commands.
I will be glad for any help!
(Attached logs of one of the errors from appium server)
[...
0
votes
2
answers
228
views
Android Java not deleting files even with Root Access
I've been making an Android app that clears the Cache & Data of my application.
Don't forget, my device is rooted.
So why doesn't this piece of code work? It clearly has Root permissions and full ...
2
votes
0
answers
458
views
Recreating Linux traceroute for an Android app
I am extremely new the Android app development and Stack Overflow. I am trying to recreate traceroute in an Android app since Android devices do not come with traceroute by default. I've encountered a ...
1
vote
0
answers
1k
views
Get Cpu Usage After Android 8.0 at runtime
I want to get my app CPU USAGE per sec at runtime.
After Googling, access /proc/stat to get the cpu usage works before Android 8.0 , we just need some permission from the user.
However, above way can'...
0
votes
0
answers
171
views
Error trying to run a flutter app from the CLI (real device)
I'm trying to configure my arch linux distro in order to develop and run Flutter applications (for android). My problem is that when I try to run:
flutter run -v
it give me this error:
[+1614 ms] /...
0
votes
1
answer
707
views
I can't do npx react-native run-android, Java error; Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. LINUX
There were lots of Mapping new... logs, so i deleted a big chunk, because I exceeded the available characters
(I'm not sure if this is the problem) It says it's something related to the licences, but ...
0
votes
1
answer
1k
views
Is it possible to use an Android SDK on Raspberry Pi 4?
I want to start off by saying that I am not a Java developer. I've never ventured outside of Windows and C#. But for my current goal neither C# nor Windows is adequate.
I am planning on using RPI4. ...
-1
votes
3
answers
1k
views
How can I get Unix Timestamp automatically for every next day?
I need to generate Unix timestamp in milliseconds for every next day at a definite time.
For example:
today is 4/11/2021 at 09:00:00 then timestamp is: 1636002000000
for tomorrow I need 5/11/2021 at ...