-
Notifications
You must be signed in to change notification settings - Fork 118
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
Problem building Rosetta Drone on Android Studio #172
Comments
Did you import the project using |
Hi @kripper
|
Maybe something changed in the cloud. |
Thank you @kripper. |
No. I believe the correct grade version is automatically downloaded and installed when you import and build the project. |
This is the most recent problem since I'm starting over again @kripper. Any change I should change other version of Android studio ? I'm very new so I don't do java pretty much. |
Hi. Yes you can change your Android SDK Version. Go to File > Project Structure and under this you should see Android SDK Version which must be set to 17.x for you now. Click on the drop down and change it to 15. Then build the APK and you should be good to go! |
@jashshah999 you're a life saver. Thanks a lot my brother |
Did something change and should we update the README build instructions? |
Yes now click on grade settings. SDK version is now in Gradle settings.
You'll see the options there. Just click on the last link in your second
screenshot.
…On Fri, Aug 18, 2023, 11:03 PM estevezb ***@***.***> wrote:
Hi, I am having the same issue but when i go to File > Project Structure i
don't know where to find the Android SDK Version.
[image: image]
<https://user-images.githubusercontent.com/56987765/261777279-51784888-b25b-45a7-af3b-c75934f4b13c.png>
[image: image]
<https://user-images.githubusercontent.com/56987765/261777467-b984b343-7e63-4b11-a9d9-a266823ae4f5.png>
Would it be possible to provide a screen shot of those fields and menu?
—
Reply to this email directly, view it on GitHub
<#172 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALX7MJQ54T43PNKBEAWBU3LXWBJM3ANCNFSM6AAAAAA3CQCZCY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@jashshah999 . Please excuse my ignorance I am new to Android studio and Java. I clicked on the Gradle Settings link. Here is the new window. It is currently showing 17.02 which I expected based on your information. Do i download a new JDK version? You mentioned choosing 15 from this dropdown? If so, which one?, there are also multiple vendors listed but not sure that is relevant. Here is another screen shot to make sure i am on the same page: |
@jashshah999. NM. This worked!!! Thank you!!! |
Apparently seems to be a version problem with a dependency from Mapbox v9 which by the way is not supported anymore., I don't know exactly if is still being served since it continues appearing in maven's repo UPDATE: |
Hello, @angel-ayala @CAMIprojectsUNI, the problem comes from DJI UXSDK 4:16 and you can add
inside allprojects/repositories in project-level build.gradle. |
Hi guys,
I'm following the setup instruction to build the rosetta drone for my DJI. I have initialized with git lfs install, generated key for Google Map API and DJI App and put it in the desired locations. But when I built on Android Studio 3.6.4 ( Gradle version 6.8.3), I encountered this
Can any one give me a guide to overcome this problem, thanks a lot.
The text was updated successfully, but these errors were encountered: