Hello,
I am new to CouchBase Mobile. I have used some other parts of CouchBase before for storing documents. Anyways, for learning, I was following the User Profile Sample to see what happened. Upon opening the project in Android Studio, I encountered several unexpected things compared to the directions on this page:
https://docs.couchbase.com/userprofile-couchbase-mobile/standalone/userprofile/android/userprofile_basic.html
- Android Studio popped a message in the lower right talking about Configurations ( I don’t have the exact message anymore ). I clicked Configure as it was the only option available.
- Then, Android Studio added the drop down where I could select an emulator to run the project on. However, upon hovering over that drop down, it told me that any emulator was “Not applicable for the” < file path > " build.gradle configuration". So, I could not select an emulator is the point.
- So, I decided to skip that and see what happened. With the build.gradle configuration selected, when I went to the “Build” option from the menu in Android Studio like the instructions say, I was not sure what option to choose. I could make a module, I could generate a signed bundle, I could make an apk and some others.
- So, I skipped all of that also and clicked on the green play button, which is what I typically do to run some of our other apps normally. This ran successfully as it said BUILD SUCCESSFUL in the log output. But, it did nothing on the emulator. I did not see the app open. Therefore, there was no login screen like the instructions said. It seemed like it did not actually run anything. All that it looked like it did was download something and then tell me the build was successful.
So, with all of this said, what am I missing so that I can run the application as stated in the above link for the sample project?
Thanks,
Tim