j-kaltes / Juggluco

Android app for Freestyle Libre 1,2 and 3 and Chinese Sibionics sensors
GNU General Public License v3.0
212 stars 55 forks source link

Unable to Build Wear OS App #133

Closed sidouzi123 closed 7 months ago

sidouzi123 commented 7 months ago

Hello,

I have successfully compiled the Android app for Juggluco, but I am encountering issues when trying to build the Wear OS app. I am unsure how to properly proceed with the build and would appreciate some guidance.

Thank you.

sidouzi123 commented 7 months ago

To accurately say, I can't find the source code for the WearOS app.

j-kaltes commented 7 months ago

The source is the same. It is a different build variant: wear instead of mobile.

sidouzi123 commented 7 months ago

The source is the same. It is a different build variant: wear instead of mobile.

I am not very familiar with the use of Android Studio. I found it in Build Variants. very very thankyou. May I ask what is the difference between wearlibre3release and wearlibre3release 2?

j-kaltes commented 7 months ago

You can find that in Common/build.gradle: release2 has ".debug" added to the applicationID. It is just the release version with a different applicationID.

sidouzi123 commented 7 months ago

You can find that in Common/build.gradle: release2 has ".debug" added to the applicationID. It is just the release version with a different applicationID.

First of all, thank you for your answer. 😊 I have solved the above problem. I also need to ask a question about translation. I found translation guidelines in another project of yours. I am Chinese and use Chinese. I have already translated it, but how do I add the Chinese option in the language options? 🤔