I have a question about development with android stuido 3.2 and higher
See original GitHub issueWhen 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:
- Created 5 years ago
- Reactions:6
- Comments:17 (7 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This should have be resolved with PR #699 and is now merged into master. It will be available in the next release.
Thanks for the update @erisu
Do you know when the next release will happen?