-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build in Android Studio #60
Comments
You need to figure out which sdk do you have installed. SDK manager is there in the Tools. For more update you can check: https://developer.android.com/studio/intro/update To open the SDK Manager from Android Studio, click Tools > SDK Manager or click SDK Manager in the toolbar. If you're not using Android Studio, you can download tools using the sdkmanager command-line tool. Probably you have android-29 instead of 26. |
That's strange. I read an article saying the SDK Manager should be under Tools, but nothing called that was in my default Tools menu. Then I ran some recommended plugin updates, and now it's showing up. |
It seems to have built now. However, there are two options to "run" the project. Should I run "app" or "wear"? |
wear is for Watches and similar devices |
Running neither app nor wear seems to have any effect. Running
Even though I have an Android 10 device connected via USB. |
Nevermind. I had enabled USB debugging, but because I enabled that while my phone as already connect, I apparently needed to disconnect and reconnect my phone for my computer to recognize it. |
I was able to successfully install it via The only oddity is it appears to install two seemingly duplication applications, which use different icons. |
I tried following these instructions, but they no longer worker work in the current version of Android Studio 4.1.1 on Ubuntu.
After selecting the option to start a new project from source control, using https://github.com/cmusphinx/pocketsphinx-android-demo as the URL, it seemed to create the project successfully. However, the "Build" panel shows the error:
Presumably, this means it's missing the required Android version. However, your instructions said:
Searching for this error message shows this type of error is somewhat common. However, none of the suggested solutions work for me. I've just installed Android Studio, so I have no cache to clear. And the solution to install the dependency via the SDK Manager doesn't work because there's no reference to an SDK Manager anywhere in Android Studio.
Do you still support Android Studio, or has this been deprecated? How else can I build the demo on Linux?
The text was updated successfully, but these errors were encountered: