FightingForDevelop

Results 6 comments of FightingForDevelop

> **you can edit your build.gradle in app** > such as ndk: > > ``` > ndk { > abiFilters "x86" > abiFilters "arm64-v8a" > abiFilters "armeabi-v7a" > } >...

> @FightingForDevelop You remove [init](https://github.com/apache/incubator-weex/blob/7548ba6214ddfe16455cf03c577941f1dfb1ecdc/android/sdk/src/main/java/org/apache/weex/WXSDKEngine.java#L219), and everything went well? > > That's very unlikely. No,no,I just simulate the error to locate the problem.I find that White Screen onRenderError -1001 because...

` @Override public void onCreate(@Nullable Bundle savedInstanceState) { super.onCreate(savedInstanceState); if (mWXSDKInstance != null) { mWXSDKInstance.onActivityCreate(); } } public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { loadJsBundle(); } public void...

> 我是在activity页面这样写的 > > ``` > private void syncSDKInit(final String RenderPageUrl) { > if (!WXSDKEngine.isInitialized()) { > mTipView.postDelayed(new Runnable() { > @Override > public void run() { > syncSDKInit(RenderPageUrl); >...

I just use RecyclerView add RecyclerSwipeAdapter. It's fine.