skip to Main Content

I can't connect to my postgres database on Docker from Intellij – Debian

I'm doing the same steps as described in: https://medium.com/better-programming/connect-from-local-machine-to-postgresql-docker-container-f785f00461a7 but when I try to connect to my postgres (with password mysecretpassword) from Intellij I get the following error: The specified database user/password combination is rejected: [28P01] FATAL: password authentication failed…

VIEW QUESTION

Android, background drawable appear black in genymotion but looks fine in intellij – Photoshop

I'm trying to set background image for my activity like this: <LinearLayout android:id="@+id/container" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center" android:gravity="center" android:background="@drawable/login_background" android:orientation="vertical"> which looks great in the preview in intellij but in genymotion it looks black: after trying to change the name…

VIEW QUESTION
Back To Top
Search