-
Notifications
You must be signed in to change notification settings - Fork 0
Setting up android #1
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
Conversation
… error when trying to use it
I continued a bit today and I actually managed to build the app in Android! 🎉 The problem that I encountered is that I get the error |
…-xavi Merge `setting-up-android-xavi` to `setting-up-android` branch
Good jooob @xaviraol 🎉 🎉 🎉 The rest are only registering this example package through the Fitness API in developer console. I would like to test this PR a bit more. And I'll merge it when I'm done testing 😉 |
@panjiyudasetya I started already, I had to set up everything with Android Studio to see in which imports and things I was getting the errors, but it went better than expected.
Basically I did import all
erasmus-android
files under thejava/nl/sense/rninputkit
folder.I addressed all the import names and some minor other things that I could figure out, but still some things missing:
input-kit
is still not added. So building now throws hundreds of errors of "package nl.sense_os.input_kit.bla bla" does not exist". I guess that will be solved once you add it 😎 .R.java
. Apparently this file is autogenerated and it's about resources, no? I couldn't find a way to set it up.. some keys in AndroidManifest and then some resources like strings.xml and stuff like this, no?HeadlessJsTaskService
and the other ones some complaints in theHealthBridge
file..Once we add the Inputkit somehow, I don't have the feeling that the rest will be complex, but let's see. Let's see if you have some time tomorrow to address what is left. If not I'll slowly continue with it 💪
Tagging @umarniz as well in case he has some free time.
PS: using Android Studio helped a lot detecting all the missing / wrong things I was doing, I think is the first time that I use it successfully 😱 😱