Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I already upload one app but i don't know how to UPDATE app now
Plz Reply
just upload the new APK and remember to change the Version in the manifest
you need to have your KEY and sign the app with the same name with this key,
also make sure to change the version of the code. then you will be able to update.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed last year.
Improve this question
After downloading the mobile application I downloaded from Github, I get such errors, what is the solution for all of them?
Try running Android Studio as administrator
Windows :
Right click on launcher icon of Android Studio then click on "Run as administrator"
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 2 years ago.
Improve this question
My multiple activity show different app and not mix in one app
how to fix it , could you help or maybe i forgot something in my code
here that problem i gave red square of that problem.
https://i.stack.imgur.com/S06lw.png
Look Like That this Is Your Directory Problem & Not Of Code
Make Sure That All The Activities Are In Same Package of Your Application.
And Also Check Activity In AndroidMeinfist.xml , It Should Contain All The Activities
If You Still Didn't Find Solutions , Try Me To Share Your Code 🤨
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 3 years ago.
Improve this question
Just I would like to ask is it possible?
I would like to use mobile emulation on EdgeDriver, but I don't know how. I am using Java and Selenium.
At present, the Microsoft Web Driver is available to download for Windows and MAC OS.
Reference:
Microsoft WebDriver
It cannot run on any mobile device. So currently, it is not possible to use mobile emulation on edge driver.
Thanks for your understanding.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I want to develope an application which extracts data from another application (the "whatsapp" application) when i am getting an incoming call.
How can I do it?
Maybe relevant guids will help :)
Thanks in advance!
Yogo.
It is generally not possible, unless if the application makes it public, for instance, sharing data via Intent or storing files in a public folder, e.g. in the SDCard.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I have desktop simulation which is developed in java (jar file). Is there a way to convert java desktop application to an Android app.
If you would like to convert a java desktop app to an Android app, you would have to get hold of the source code and adjust to make it run on the Android platform, make it work with the Android lifecycle and make it respond to the input methods provided.