Skip to content

Instantly share code, notes, and snippets.

@nagyv
Created August 30, 2017 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nagyv/5ed210e4c84be9ea2daa60888a0c1c05 to your computer and use it in GitHub Desktop.
Save nagyv/5ed210e4c84be9ea2daa60888a0c1c05 to your computer and use it in GitHub Desktop.
gradlew logs
C:\Users\Viktor\Projects\potzak\android\app\src\main\java\com\potzak\MainApplication.java:8: error: package com.learnium.RNDeviceInfo does not exist
import com.learnium.RNDeviceInfo.RNDeviceInfo;
^
C:\Users\Viktor\Projects\potzak\android\app\src\main\java\com\potzak\MainApplication.java:9: error: package com.lugg.ReactNativeConfig does not exist
import com.lugg.ReactNativeConfig.ReactNativeConfigPackage;
^
C:\Users\Viktor\Projects\potzak\android\app\src\main\java\com\potzak\MainApplication.java:10: error: package com.microsoft.azure.mobile.react.crashes does not exist
import com.microsoft.azure.mobile.react.crashes.RNCrashesPackage;
^
C:\Users\Viktor\Projects\potzak\android\app\src\main\java\com\potzak\MainApplication.java:11: error: package com.microsoft.azure.mobile.react.analytics does not exist
import com.microsoft.azure.mobile.react.analytics.RNAnalyticsPackage;
^
C:\Users\Viktor\Projects\potzak\android\app\src\main\java\com\potzak\MainApplication.java:12: error: package com.microsoft.azure.mobile.react.mobilecenter does not exist
import com.microsoft.azure.mobile.react.mobilecenter.RNMobileCenterPackage;
^
C:\Users\Viktor\Projects\potzak\android\app\src\main\java\com\potzak\MainApplication.java:15: error: package com.learnium.RNDeviceInfo does not exist
import com.learnium.RNDeviceInfo.RNDeviceInfo;
^
C:\Users\Viktor\Projects\potzak\android\app\src\main\java\com\potzak\MainApplication.java:16: error: package com.lugg.ReactNativeConfig does not exist
import com.lugg.ReactNativeConfig.ReactNativeConfigPackage;
^
C:\Users\Viktor\Projects\potzak\android\app\src\main\java\com\potzak\MainApplication.java:17: error: package com.microsoft.azure.mobile.react.crashes does not exist
import com.microsoft.azure.mobile.react.crashes.RNCrashesPackage;
^
C:\Users\Viktor\Projects\potzak\android\app\src\main\java\com\potzak\MainApplication.java:18: error: package com.microsoft.azure.mobile.react.analytics does not exist
import com.microsoft.azure.mobile.react.analytics.RNAnalyticsPackage;
^
C:\Users\Viktor\Projects\potzak\android\app\src\main\java\com\potzak\MainApplication.java:19: error: package com.microsoft.azure.mobile.react.mobilecenter does not exist
import com.microsoft.azure.mobile.react.mobilecenter.RNMobileCenterPackage;
^
C:\Users\Viktor\Projects\potzak\android\app\src\main\java\com\potzak\MainApplication.java:44: error: cannot find symbol
new RNDeviceInfo(),
^
symbol: class RNDeviceInfo
C:\Users\Viktor\Projects\potzak\android\app\src\main\java\com\potzak\MainApplication.java:45: error: cannot find symbol
new ReactNativeConfigPackage(),
^
symbol: class ReactNativeConfigPackage
C:\Users\Viktor\Projects\potzak\android\app\src\main\java\com\potzak\MainApplication.java:46: error: cannot find symbol
new RNCrashesPackage(MainApplication.this, getResources().getString(R.string.mobileCenterCrashes_whenToSendCrashes)),
^
symbol: class RNCrashesPackage
C:\Users\Viktor\Projects\potzak\android\app\src\main\java\com\potzak\MainApplication.java:47: error: cannot find symbol
new RNAnalyticsPackage(MainApplication.this, getResources().getString(R.string.mobileCenterAnalytics_whenToEnableAnalytics)),
^
symbol: class RNAnalyticsPackage
C:\Users\Viktor\Projects\potzak\android\app\src\main\java\com\potzak\MainApplication.java:48: error: cannot find symbol
new RNMobileCenterPackage(MainApplication.this),
^
symbol: class RNMobileCenterPackage
C:\Users\Viktor\Projects\potzak\android\app\src\main\java\com\potzak\MainApplication.java:51: error: cannot find symbol
new RNDeviceInfo(),
^
symbol: class RNDeviceInfo
C:\Users\Viktor\Projects\potzak\android\app\src\main\java\com\potzak\MainApplication.java:52: error: cannot find symbol
new ReactNativeConfigPackage(),
^
symbol: class ReactNativeConfigPackage
C:\Users\Viktor\Projects\potzak\android\app\src\main\java\com\potzak\MainApplication.java:53: error: cannot find symbol
new RNCrashesPackage(MainApplication.this, getResources().getString(R.string.mobileCenterCrashes_whenToSendCrashes)),
^
symbol: class RNCrashesPackage
C:\Users\Viktor\Projects\potzak\android\app\src\main\java\com\potzak\MainApplication.java:54: error: cannot find symbol
new RNAnalyticsPackage(MainApplication.this, getResources().getString(R.string.mobileCenterAnalytics_whenToEnableAnalytics)),
^
symbol: class RNAnalyticsPackage
C:\Users\Viktor\Projects\potzak\android\app\src\main\java\com\potzak\MainApplication.java:55: error: cannot find symbol
new RNMobileCenterPackage(MainApplication.this),
^
symbol: class RNMobileCenterPackage
20 errors
:app:compileReleaseJavaWithJavac FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileReleaseJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment