Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

真机调试报错,Skipping device '172.16.30.86:5555' for ':app:debug': Unknown API Level #891

Open
chinawangyatao opened this issue Oct 17, 2024 · 1 comment

Comments

@chinawangyatao
Copy link

请按以下格式提供问题的相关信息。

问题的具体描述

运行 app 真机调试报错

image

package.json
`
{
"name": "SmartQueryMachine",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@react-navigation/stack": "^6.4.1",
"axios": "^1.7.7",
"babel-plugin-module-resolver": "^5.0.2",
"base-64": "^1.0.0",
"moment": "^2.30.1",
"react": "18.3.1",
"react-native": "0.75.4",
"react-native-device-info": "^13.1.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-modal": "^13.0.1",
"react-native-pell-rich-editor": "^1.9.0",
"react-native-print": "^0.11.0",
"react-native-safe-area-context": "^4.11.0",
"react-native-screens": "^3.34.0",
"react-native-smart-tip": "^2.3.0",
"react-native-swiper": "^1.6.0",
"react-native-webview": "^13.12.3",
"recyclerlistview": "^4.2.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.75.4",
"@react-native/eslint-config": "0.75.4",
"@react-native/metro-config": "0.75.4",
"@react-native/typescript-config": "0.75.4",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "18.3.1",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}

`

期望:
真机调试正常,并且能热更新

@sunnylqm
Copy link

真机上应该有弹出来一个信任当前计算机调试的弹窗,你估计没有注意,然后超时自动取消了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants