googleads / googleads-mobile-android-native-templates

Apache License 2.0
116 stars 100 forks source link

Can't import module android studio 4.2.1 #23

Closed michalguspiel closed 11 months ago

michalguspiel commented 3 years ago

Can't import module, after importing gradle won't sync, been trying to clean project, rebuild project, restart cache, restart android studio. After removing module from project everything works like supposed to.

sardarvanshi commented 3 years ago

i faced same problem

emoboyfriend commented 3 years ago

I am also too.

Riyaz0001 commented 3 years ago

same problem here?

Android Studio Arctic Fox | 2020.3.1 Patch 1 Build #AI-203.7717.56.2031.7621141, built on August 7, 2021 Runtime version: 11.0.10+0-b96-7249189 amd64 VM: OpenJDK 64-Bit Server VM by Oracle Corporation Windows 10 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 2480M Cores: 4 Registry: external.system.auto.import.disabled=true, ide.balloon.shadow.size=0 Non-Bundled Plugins: com.codota.csp.intellij, com.genymotion.idea, com.intellij.marketplace, Dart, com.thoughtworks.gauge, org.jetbrains.kotlin, io.flutter, com.chrisrm.idea.MaterialThemeUI, org.intellij.plugins.markdown

kannasaikiran commented 3 years ago

so guys i tried almost all the solutions none worked.

What i did is i download the older version of the android studio android-studio-2020.3.1.3 and tried that . It worked A okey.

prince02765 commented 3 years ago

I'm also getting the same error finish button is not clickable.

If someone find solution please let us know.

ebisa-kebede commented 2 years ago

I'm also getting the same error

yoonseopshin commented 2 years ago

I also faced same error, but I solved it this way:

  1. Copy nativetemplates folder & paste unter the project folder
  2. Add nativetemplates module to settings.gradle file
    rootProject.name = YOUR-PROJECT-NAME
    include ':app'
    include ':nativetemplates'
  3. Rebuild project
DawnImpulse commented 2 years ago

@yoonseopshin working like a charm.. thx :)

JillSong commented 11 months ago

Issue addressed by https://github.com/googleads/googleads-mobile-android-native-templates/pull/39.