This is apparently a clear merge error. I am trying to connect existing code to an instant application module. I tried:
Omitted manifest of completeAppModule:
implementation project entry added to completeAppModule
implementation project (": udofy")
These entries are added to the base module:
baseFeature true in android block
application project (": fullModule") in dependencies
I tried to restore / invalidate the cache and restart / restart the studio, but without help. Can anyone help me here?
, Android Studio . build.gradl e. . . , AndroidManisfest.xml. xml , :
build.gradl
AndroidManisfest.xml
<intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> </intent-filter>
, crashlytics , . . Crashlytics , APK , Android Studio , .
Source: https://habr.com/ru/post/1685317/More articles:Do web workers get their own garbage collector? - javascriptAdding a CSV row: DictWriter always writes from the first column - pythonfatal error compiling an invalid flag --module-path - javaAngular use innerHTML with escaped element attributes - angularPuppeteer: save sessionStorage and localStorage - node.jsAttempting to delete a large folder from a git repository, but taking too long - gitRuby RSA из строк экспоненты и модуля - rubyXPath child :: * vs child :: node () - xmlQt Drag & Drop from QTableWidget to folder - c ++PHP 7.1 on Ubuntu with an attempt to load the "DOMDocument" class from the global namespace - ubuntu-16.04All Articles