How to install in Android Studio? #743
Unanswered
AStupidGit
asked this question in
Q&A
Replies: 1 comment
-
OK, I'm answering my own question after trying out a few things. I made it seem too complicated. Basically, all I had to do was File -> New -> Import project. In the window that pops up, navigate to the top level where the file was unzipped (zxing-android-embedded-4.3.0, the parent of sample and zxing-android-embedded), and import. AS recognized everything and I was able to build a new version of the APK. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've downloaded a few standalone Android projects, but not one like this (zxing-android-embedded-4.3.0) where there's both a library (zxing-android-embedded) and code that uses the library (sample). How do I go about loading these into Android Studio (so that I can build them as opposed to just loading the provided APK)? Do I select Import Project at the top AS window, and point it to the top-level directory (zxing-android-embedded-4.3.0), or do I import the two separately, or what?
I didn't see anything in the README or other text files. I realize this is a pretty basic question but it would be helpful to see this covered in a readme, or at least a pointer to a webpage if this is just one instance of a very general case, which I assume it probably is.
Beta Was this translation helpful? Give feedback.
All reactions