question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I have a question about development with android stuido 3.2 and higher

See original GitHub issue

When opening the platform / android project created after executing the following command with android studio 3.2 or later, the following error occurs and it can not be built.

Does this have problems with my environment? Or is it that it does not correspond to android stuido 3.2 or higher with correct behavior?

create android project

$ cordova create test com.example.test Test && cd $_
$ cordova platform add android@7.1.1

error

ERROR: The minSdk version should not be declared in the android manifest file. You can move the version from the manifest to the defaultConfig in the build.gradle file.
Move minSdkVersion to build files and sync project
Affected Modules: CordovaLib, app

WARNING: The targetSdk version should not be declared in the android manifest file. You can move the version from the manifest to the defaultConfig in the build.gradle file.
Move targetSdkVersion to build file and sync project
Affected Modules: app

environment

npm 6.4.1
node v10.15.0
cordova 8.1.2

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:6
  • Comments:17 (7 by maintainers)

github_iconTop GitHub Comments

8reactions
erisucommented, Apr 6, 2019

This should have be resolved with PR #699 and is now merged into master. It will be available in the next release.

7reactions
BorntraegerMarccommented, Apr 15, 2019

Thanks for the update @erisu

Do you know when the next release will happen?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android Studio Preview - Android Developers
Get early access to the latest features and improvements in Android Studio. ... Let us know what you think, report bugs and ask...
Read more >
35+ Android Interview Questions (2023) - InterviewBit
Find Android interview questions asked. Explore basic, intermediate, and advanced level questions.
Read more >
Android Studio 3.2 - Android Developers Blog
Every developer should use Android Studio 3.2 to transition to using an Android App Bundle, the new app publishing format.
Read more >
Google Releases Android Studio 3.2 -- ADTmag
Google released the latest edition of its flagship IDE for mobile app development, Android Studio 3.2, featuring a new app publishing format ...
Read more >
How to Install Android Studio 3.2 - YouTube
How to Install Android Studio 3.2 : The Complete Android O Developer Coursehttps://www.udemy.com/ android - studio -for-absolute-beginners/?
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found