I am trying to connect to Astra DB which requires a path to secure-connect zip.
This line is causing the issue:
.withCloudSecureConnectBundle(Paths.get("E:\\ProjectAndroid\\9_14_2022_2\\RentPK\\app\\src\\main\\res\\secure-connect-rentpk"))
Path.get gives the error.
I wanted to connect Astra DB using secure-connect zip but Paths.get()
not working for the given path. Where the path is:
E:\\ProjectAndroid\\9_14_2022_2\\RentPK\\app\\src\\main\\res\\secure-connect-rentpk