Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-26392] Android: On hyperloop module getting error module not found

GitHub Issuen/a
TypeStory
PriorityNone
StatusClosed
ResolutionNot Our Bug
Resolution Date2018-12-11T22:24:36.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsHyperloop
Labelsn/a
ReporterFazlul Haque
AssigneeUnknown
Created2018-09-14T20:50:10.000+0000
Updated2018-12-11T22:24:36.000+0000

Description

Hello, This customer getting module not found error. They are adding attached aar files to the project under app/platform/android This is to add crashlytics as a hyper loop Lib in the app. The below code is not working
var Activity = require('android.app.Activity'); 
var currentActivity = new Activity(Ti.Android.currentActivity); 
var app = currentActivity.getApplication(); 
var Fabric = require('io.fabric.sdk.android.Fabric'); 
var crashlytics = require("com.crashlytics.android.Crashlytics"); 
Fabric.with(currentActivity,new crashlytics()); 
it throws error that fabric is not found. Here is the link for the documentation https://fabric.io/kits/ios/crashlytics/features Thanks

Attachments

FileDateSize
5-attached-files-20180914204741.zip2018-09-14T20:46:55.000+0000453817

Comments

No comments

JSON Source