If you added to your build.gradle file a room.schemaLocation:
android {
defaultConfig {
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString
()]
}
}
}
}
Then, you build your app or module.
As a result you got a json file, with such path to it: app/schemas/your_app_package/db_package/DbClass/DB_VERSION.json What are the correct statements about this file? (Choose all that apply.)
Rosenda
8 months agoKiera
7 months agoKiera
8 months agoKiera
8 months agoBernadine
8 months agoAnnabelle
9 months agoRoy
7 months agoJanna
7 months agoGerman
7 months agoAlison
7 months agoTonette
7 months agoBecky
8 months agoCandra
8 months agoMargery
8 months agoMarge
8 months agoJohana
8 months agoBrett
8 months agoMitzie
9 months agoFletcher
9 months agoKatlyn
8 months agoBernardine
9 months agoFrancesco
9 months ago