Application crashes when sending to different device [closed] - android

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have developed a few applications and run them on my phone and they work well. But when I send them to different phone they won't open even when I try to reinstall them on my phone from the APK file they stop working. Can anyone help me?

I think you share your app which install from android studio directly. That app cannot able to run in other devices.
So, Build apk file in android studio and then share that apk file to your friends. It will run smoothly/

Related

Android create apk programmatically [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have an app in which i have done some work like updated database with some records. Now i want to generate its .apk file so if i send that .apk to another user he or she can continue work from where i left. Like i wrote a half article, now i want some one else to complete it so i send that .apk to him and he can install it and continue our work.
All i could find was to get apks for all applications but i want the generated apk to have all the work i done in my app so the other user can continue easily
ref: How to get the .apk file of an application programmatically
You can't send the apk to the other developer, you have to send the source code. Your best bet is to use an online repository (github for example) and share the code that way.

Android App Sharing [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I'm developing an app for someone who lives pretty far away from me. I'm using android studio. My boss wants to try the app on their phone however My boss doesn't have android studio and doesn't know how to use git. How can I get the app on their phone? Is there a way to access the app files so that they can be place on the phone easily?
Build your App in Android Studio. To be 100% sure, run your app on your test device
Locate your APK. It should be at MyApp/myapp/build/outputs/apk/myapp-debug.apk
Send the APK using email, or better, upload the APK to Dropbox, your web server and email the link
Export your .apk file and send it to him. All he needs to do is find the file and hit it. Then he can install it.

Write app for ios with cordova(or titanium) without mac decive [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i am android and web programmer and i want write my program for apple mobiles. i want use Cordova(or titanium) but i don't have mac device.
is it possible?
sorry for my bad English.
Yes it's possible using this site Phonegap build You can write code once and build it for different platforms. Don't know about titanium.

How to test Google code examples? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I use Android Studio - How do you go about testing the official examples such as this?
I do not want to have to copy and paste all files into my project.
Are you new with android , you can test these applicavia developer mode on your device using ADT Bundle or android studios IDE for android
for such thing you have to write down or copy paste the code into your project and then when you are done attach your device to your system and turn on developer mode and try running application on device and test this application

How do I install a file to an existing directory in Android [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I want to create a simple app for android. I want it to install an .xml file to another apps existing directory when the user runs the app and clicks the install button. It is a patch for an existing app. I have created the .xml file but I want to make it easy for users to patch their app. Seeing as my Android knowledge is limited, I was wondering if I could get some help with this. I'm sure it's simple. Any help is appreciated, thank you.
Unfortunately this is not possible, at least without rooting the device and running your app as root.
This is so by necessity - think what would happen if any application could modify other apps files.

Categories

Resources