Android .jar does not have default Manifest properties. Error

Asked 2 years ago, Updated 2 years ago, 38 views

I'm a college student studying. I'm making an application that uses T-map api I received T-map sdk and added Jar file to my project And then it turns out to be a jar name.Jar does not have a default Manifest property. I get this error Please help me

android

2022-09-22 21:32

1 Answers

When IDE runs, it seems to be set to run JAR application, not Android application. Click on "Run > Edit Configurations..." based on Android Studio and verify that the Android application is set as shown in the attached image.

Then, you can select the settings to run when you run as the app in the Android application.


2022-09-22 21:32

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.