-
Notifications
You must be signed in to change notification settings - Fork 261
Android Studio keeps complaining AndroidManifest.xml error #24
Comments
are you importing as an existing project, or trying to import it into something else? it has to be as an existing project. if not, have you edited anything? under "android application" where you have "Android Beacon" i think it should just say "app". (the string "Android Beacon" doesn't appear anywhere in the source which makes me think it's something you've changed.) |
Yes, i'm importing existing project. I added 'Android Beacon' because of when I Run -> Run 'App', I see this It looks like I have to add a configuration in order to build, so that I add 'Android Application' under the name of 'Android Beacon'. This is where I showed you. I also tried to start over again, clone a new repo from here and re-import from the existing project. Still no luck, thanks for helping out. |
What version of android studio are you using? Sent from my mobile device
|
ah, you're on the bleeding edge. i'll update my world here later today and see what's happening. i wouldn't be shocked if there has been a breaking change or two :-) |
Thanks @mashbridge. Let me know if you want to test something on my side. |
I installed the latest 2.0 3b build (linux) of Studio from http://tools.android.com/download/studio/canary/latest and tried opening the BeaconServiceDemoApp project. After indexing for a while it failed because it couldn't load one of the .iml files. (I'm not too surprised the files are incompatible -- the build structure of 2.0 is very different and often enough a major version bump implies some level of backwards incompatibility.) I closed studio, deleted the current build state with You may not need to blow away your entire state -- it may just be the .iml files that need to be deleted. But it seems easy enough to get things working now. Hope that helps! |
When I import project file to Android Studio (v2.0) and keep seeing this error.
Any hint?
The text was updated successfully, but these errors were encountered: