Database and android package name
Answered
Trying to configure database access for Android SQLite database. The problem that when I create new data source through `Data Sources and Drivers` Intellij automatically takes package name from Manifest.xml, but actually package name is different, it is configured through build.gradle, moreover it's different for every buildType.
When I change package name manually Intellij still uses package name from Manifest and when I open `Data Sources and Drivers` I see that package is from Manifest.
Is it a bug or it's done deliberately?
Please sign in to leave a comment.
Hello Eugene,
Looks like you are facing the same issue as described in https://youtrack.jetbrains.com/issue/IDEA-159120 Please vote and follow it in YouTrack.
Thanks Andrey.