Closed priyangamani closed 6 years ago
did you created a fabric.json?
yes having..
and the values are not empty?
{
"using_ios": "y",
"using_android": "y",
"api_key": "<not_empt>",
"api_secret": "<not_empt>"
}
yes having...
My app.js File.. var nativescript_fabric = require("nativescript-fabric"); app.start({ moduleName: "pages/splashScreen" }); nativescript_fabric.Fabric.init(); Anything else i need to do?
app/Android_Resources/android/Android_Manifest.xml
did you tried version 2.0.2?
yeah,i tried it's working fine in android 👍 .
@hypery2k
It gives me error that Fabric could not be initialized, API key missing from AndroidManifest.xml. when the entry is already there in manifest file.Following is the error log.
"nativescript-fabric": "^1.0.6-develop-133",
ERROR LOG.