6
I installed Visualstudio 2015 Community, with Xamarin, until then beauty.
But I’m in trouble, actually not only myself, I’ve seen in many places, that quite a lot of people are making the same mistakes.Unfortunately I haven’t been able to find the solution yet, I hope someone can help me.
Directory Android SDK:
C: users fd Appdata Local Android-sdk
Directory JDK:
C: Program Files (x86) Java jdk1.7.0_71
Directory NDK:
C: Users fd Documents Android ndk android-ndk-r10e
I have the following mistakes:
In the forums I saw, the error "aapt.exe", they were talking that could be some image file that has a "-" in the file name, this is not, because there is no file with "dash" in the project.
Another thing I read too, is that if I updated all the Packages of Android SDK Manager, this error would be fixed, I already did it, and the error continues.
The other mistakes, I haven’t found anything on them yet.
It was also in trouble, in the file Resources.Designer.cs
, in this file was generating more than 2 thousand errors, I commented everything, and the error disappeared...
Could someone help me?
Thanks for the tip Tiago, I had already done this, and I could not get the solution. I posted on the Xamarin forum, and a guy answered me, asking to download the latest version of JDK and the latest version of SDK, downloaded, and compiled. But now, I’m unable to run the project, I need to run on Hyper-V ?
– felipedrt
You need to have an emulator or a device to run the project, otherwise it will not run
– Tiago S
The Emulator can be Hyper-V, however, on my machine I still could not run the android emulator...
– Tiago S
I get it. Here it is appearing in AVD, but I can not "startar", I will try to download an emulator to test, thanks man!
– felipedrt