【发布时间】:2017-09-26 13:34:37
【问题描述】:
我正在尝试在模拟器中测试 API 15 或 16 中的某些内容,但 xamarin 似乎无法在任何这些模拟器中工作,尽管它在 API 24 及更高版本的模拟器中工作。并且在使用 API 15 或 16 的实际设备上也能正常运行。
我在 logcat 中没有得到任何东西,只有这个在输出窗口中:
InspectorDebugSession(0): StateChange: Start -> EntryPointBreakpointRegistered
InspectorDebugSession(0): Constructed
Android application is debugging.
Couldn't connect to logcat, GetProcessId returned: 0
InspectorDebugSession(0): HandleTargetEvent: TargetExited
InspectorDebugSession(0): Disposed
知道可能出了什么问题吗?
【问题讨论】:
标签: android xamarin android-emulator xamarin.android xamarin.forms