How do I export an Android Studio project? -


i started using android studio ide , released , published simple apk google play store. problem did @ work. downloaded android studio @ home , want continue working , fixing bugs on project. see there import project in android studio home screen, export project in order import it? tried zipping whole project folder , import didn't work well.

in android studio go file close project. take folder (in workspace folder) of project , copy flash memory or whatever. when comfortable @ home, copy folder in workspace folder you've created, open android studio , go file open , import project workspace.

the problem have you're searching wrong term here, because in android, exporting project means compiling .apk file (not exporting project). import/export used .apk management, need open/close project, other thing copy/paste.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -